Update app.py
Browse files
app.py
CHANGED
|
@@ -114,4 +114,4 @@ async def chatbot(prompt: str = None, file: UploadFile = None):
|
|
| 114 |
|
| 115 |
if __name__ == "__main__":
|
| 116 |
print("🚀 Khởi động FastAPI Server...")
|
| 117 |
-
uvicorn.run(app, host="0.0.0.0", port=7860)
|
|
|
|
| 114 |
|
| 115 |
if __name__ == "__main__":
|
| 116 |
print("🚀 Khởi động FastAPI Server...")
|
| 117 |
+
uvicorn.run(app, host="0.0.0.0", port=7860)
|