mirror of
https://github.com/NovaOSS/LingoSynth.git
synced 2024-11-25 19:43:57 +01:00
10 lines
119 B
Python
10 lines
119 B
Python
import app
|
|
|
|
app.app.run(
|
|
host='0.0.0.0',
|
|
port=5001,
|
|
debug=True,
|
|
use_evalex=False,
|
|
threaded=True,
|
|
)
|