kwabs22 commited on
Commit
f4962fd
·
1 Parent(s): fd0c713

Load game supports media now?

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, wagame_session, wacustom_config, 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)")
 
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)")