Spaces:
Runtime error
Runtime error
Update app.py to replace demo.launch with demo.queue().launch for enhanced performance and functionality.
Browse files
app.py
CHANGED
|
@@ -178,4 +178,4 @@ print(client.predict("Alex", 5, False, api_name="/greet"))
|
|
| 178 |
|
| 179 |
shared_state.change(pretty_json, shared_state, shared_state_box)
|
| 180 |
|
| 181 |
-
demo.launch(mcp_server=True)
|
|
|
|
| 178 |
|
| 179 |
shared_state.change(pretty_json, shared_state, shared_state_box)
|
| 180 |
|
| 181 |
+
demo.queue().launch(mcp_server=True)
|