Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -74,6 +74,6 @@ app = gradio.mount_gradio_app(app, iface, path="/")
|
|
74 |
#iface.launch(server_name = "0.0.0.0", server_port = 8001) # Ref. for parameters: https://www.gradio.app/docs/interface
|
75 |
|
76 |
if __name__ == "__main__":
|
77 |
-
# Use this for debugging purposes only
|
78 |
import uvicorn
|
79 |
uvicorn.run(app, host="0.0.0.0", port=8001)
|
|
|
74 |
#iface.launch(server_name = "0.0.0.0", server_port = 8001) # Ref. for parameters: https://www.gradio.app/docs/interface
|
75 |
|
76 |
if __name__ == "__main__":
|
77 |
+
# Use this for debugging purposes only
|
78 |
import uvicorn
|
79 |
uvicorn.run(app, host="0.0.0.0", port=8001)
|