Spaces:
Running
on
Zero
Running
on
Zero
kwabs22
commited on
Commit
·
73a307f
1
Parent(s):
a60b45e
Load game supports media now?
Browse files
app.py
CHANGED
@@ -567,7 +567,7 @@ def load_game(custom_config=None, with_media=False):
|
|
567 |
|
568 |
return gr.update(value=error_message), gr.update(), gr.update(), None, gr.update(value=custom_config), None, None
|
569 |
except Exception as e:
|
570 |
-
return gr.update(value=f"Error loading custom configuration: {str(e)}"), gr.update(), gr.update(), None, gr.update(value=custom_config)
|
571 |
|
572 |
# If no custom config, start with the default configuration
|
573 |
starting_location = next(iter(all_states.keys()))
|
|
|
567 |
|
568 |
return gr.update(value=error_message), gr.update(), gr.update(), None, gr.update(value=custom_config), None, None
|
569 |
except Exception as e:
|
570 |
+
return gr.update(value=f"Error loading custom configuration: {str(e)}"), gr.update(), gr.update(), None, gr.update(value=custom_config), None, None
|
571 |
|
572 |
# If no custom config, start with the default configuration
|
573 |
starting_location = next(iter(all_states.keys()))
|