提示词专家
This commit is contained in:
6
run_dev.py
Normal file
6
run_dev.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from flask_prompt_master import create_app
|
||||
|
||||
app = create_app()
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(host='0.0.0.0', port=5000, debug=True)
|
||||
Reference in New Issue
Block a user