tudeplom commited on
Commit
f06aba2
·
verified ·
1 Parent(s): 4513e3d

Update app.py

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