Spaces:
Sleeping
Sleeping
uvicorn port 8000
Browse files
app.py
CHANGED
@@ -522,4 +522,4 @@ if __name__ == "__main__":
|
|
522 |
print("π Dashboard: http://localhost:7860/gradio")
|
523 |
print("π Webhook: http://localhost:7860/webhook")
|
524 |
|
525 |
-
uvicorn.run( "app:app", host="0.0.0.0", port=
|
|
|
522 |
print("π Dashboard: http://localhost:7860/gradio")
|
523 |
print("π Webhook: http://localhost:7860/webhook")
|
524 |
|
525 |
+
uvicorn.run( "app:app", host="0.0.0.0", port=8000 , log_level="debug" )
|