Spaces:
Runtime error
Runtime error
Update
Browse files
app.py
CHANGED
@@ -378,4 +378,4 @@ Prompting multiple AI agents to play games in a language-driven environment.
|
|
378 |
example_selector.change(update_components_from_example, set(all_components + [state]), all_components + [state])
|
379 |
|
380 |
demo.queue()
|
381 |
-
demo.launch(debug=DEBUG
|
|
|
378 |
example_selector.change(update_components_from_example, set(all_components + [state]), all_components + [state])
|
379 |
|
380 |
demo.queue()
|
381 |
+
demo.launch(debug=DEBUG)
|