mirror of
https://github.com/tiennm99/DocsGPT.git
synced 2026-09-18 20:18:52 +00:00
5 lines
83 B
Python
5 lines
83 B
Python
from app import app
|
|
|
|
if __name__ == "__main__":
|
|
app.run(debug=True, port=7091)
|