saicharan1234 commited on
Commit
61afd29
·
verified ·
1 Parent(s): de14344

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -3
main.py CHANGED
@@ -117,9 +117,9 @@ async def process_item(
117
  return chatbot, chat_state, img_list
118
 
119
 
120
- # if __name__ == "__main__":
121
- # # Run the FastAPI app with Uvicorn
122
- # uvicorn.run("app:app", host="0.0.0.0", port=7860, reload=True)
123
 
124
 
125
 
 
117
  return chatbot, chat_state, img_list
118
 
119
 
120
+ if __name__ == "__main__":
121
+ # Run the FastAPI app with Uvicorn
122
+ uvicorn.run("app:app", host="0.0.0.0", port=7860, reload=True)
123
 
124
 
125