Sathwik3 commited on
Commit
c8f3f28
·
verified ·
1 Parent(s): 11c3369

por t from 8000 to 7860

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ async def invoke_agent(request: UserRequest):
47
  #This part is for local testing, can be removed if using a production server
48
  if __name__=="__main__":
49
  import uvicorn
50
- uvicorn.run(app,host="0.0.0.0",port=8000)
51
 
52
 
53
 
 
47
  #This part is for local testing, can be removed if using a production server
48
  if __name__=="__main__":
49
  import uvicorn
50
+ uvicorn.run(app,host="0.0.0.0",port=7860)
51
 
52
 
53