Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -110,4 +110,4 @@ async def invoke_agent(request: UserRequest):
|
|
| 110 |
# This part is for local testing, can be removed if using a production server
|
| 111 |
if __name__ == "__main__":
|
| 112 |
import uvicorn
|
| 113 |
-
uvicorn.run(app, host="0.0.0.0", port=
|
|
|
|
| 110 |
# This part is for local testing, can be removed if using a production server
|
| 111 |
if __name__ == "__main__":
|
| 112 |
import uvicorn
|
| 113 |
+
uvicorn.run(app, host="0.0.0.0", port=7860)
|