Spaces:
Running
on
Zero
Running
on
Zero
kwabs22
commited on
Commit
·
f4962fd
1
Parent(s):
fd0c713
Load game supports media now?
Browse files
app.py
CHANGED
@@ -697,7 +697,7 @@ with gr.Blocks() as demo:
|
|
697 |
wacustom_configbtn.click(
|
698 |
load_game,
|
699 |
inputs=[wacustom_config, wamediabool],
|
700 |
-
outputs=[waerror_box, wagame_log, wadescription, wachoices,
|
701 |
)
|
702 |
with gr.Tab("Custom JS Config Creator"):
|
703 |
gr.HTML("Companion Space for zerogpu / client api workflow planning for a way to send a zip to the Basic Game Engine at the bottom of https://huggingface.co/spaces/KwabsHug/TestSvelteStatic (Also to test how much can be done majority on cpu)")
|
|
|
697 |
wacustom_configbtn.click(
|
698 |
load_game,
|
699 |
inputs=[wacustom_config, wamediabool],
|
700 |
+
outputs=[waerror_box, wagame_log, wadescription, wachoices, wacustom_config, wagame_session, wamedia]
|
701 |
)
|
702 |
with gr.Tab("Custom JS Config Creator"):
|
703 |
gr.HTML("Companion Space for zerogpu / client api workflow planning for a way to send a zip to the Basic Game Engine at the bottom of https://huggingface.co/spaces/KwabsHug/TestSvelteStatic (Also to test how much can be done majority on cpu)")
|