tudeplom commited on
Commit
d83895a
·
verified ·
1 Parent(s): 9e7e882

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)