Spaces:
Runtime error
Runtime error
kwabs22
commited on
Commit
·
afc2afb
1
Parent(s):
cc3ca20
Load game supports media now?
Browse files
app.py
CHANGED
@@ -670,7 +670,7 @@ with gr.Blocks() as demo:
|
|
670 |
|
671 |
wadescription = gr.Textbox(label="Current Situation", lines=4, value=initgameinfo[0])
|
672 |
wamediabool = gr.State(value=True)
|
673 |
-
wamedia = gr.State()
|
674 |
|
675 |
@gr.render(inputs=wamedia)
|
676 |
def dynamic_with_media(media_items):
|
|
|
670 |
|
671 |
wadescription = gr.Textbox(label="Current Situation", lines=4, value=initgameinfo[0])
|
672 |
wamediabool = gr.State(value=True)
|
673 |
+
wamedia = gr.State("testmedia/Stable Audio - Raindrops, output.wav")
|
674 |
|
675 |
@gr.render(inputs=wamedia)
|
676 |
def dynamic_with_media(media_items):
|