Spaces:
Running
on
Zero
Running
on
Zero
kwabs22
commited on
Commit
·
9fb3caa
1
Parent(s):
8d27f31
Load game supports media now?
Browse files
app.py
CHANGED
@@ -671,6 +671,7 @@ with gr.Blocks() as demo:
|
|
671 |
|
672 |
@gr.render(inputs=wamedia)
|
673 |
def dynamic_with_media(media_items):
|
|
|
674 |
with gr.Group() as wamediagrouping:
|
675 |
gr.HTML("Placeholder to load all media tests")
|
676 |
|
|
|
671 |
|
672 |
@gr.render(inputs=wamedia)
|
673 |
def dynamic_with_media(media_items):
|
674 |
+
print(media_items)
|
675 |
with gr.Group() as wamediagrouping:
|
676 |
gr.HTML("Placeholder to load all media tests")
|
677 |
|