mirror of
https://github.com/tiennm99/DocsGPT.git
synced 2026-05-23 10:24:08 +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)
|