Spaces:
Runtime error
Runtime error
LPX55
commited on
Commit
·
d81c72d
1
Parent(s):
5eec7ea
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)
|