saicharan1234 commited on
Commit
3ef0259
·
verified ·
1 Parent(s): c7233b6

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -119,7 +119,7 @@ async def process_item(
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
 
 
119
 
120
  if __name__ == "__main__":
121
  # Run the FastAPI app with Uvicorn
122
+ uvicorn.run("main:app", host="0.0.0.0", port=7860)
123
 
124
 
125