Spaces:
Sleeping
Sleeping
por t from 8000 to 7860
Browse files
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=
|
| 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 |
|