Spaces:
Running
on
Zero
Running
on
Zero
kwabs22
commited on
Commit
·
a2f3716
1
Parent(s):
197401b
Load game supports media now?
Browse files
app.py
CHANGED
@@ -741,7 +741,7 @@ with gr.Blocks() as demo:
|
|
741 |
with gr.Group() as wamediagrouping:
|
742 |
gr.HTML("Placeholder to load all media tests")
|
743 |
for item in media_items:
|
744 |
-
item
|
745 |
|
746 |
return wamediagrouping
|
747 |
|
|
|
741 |
with gr.Group() as wamediagrouping:
|
742 |
gr.HTML("Placeholder to load all media tests")
|
743 |
for item in media_items:
|
744 |
+
render = item
|
745 |
|
746 |
return wamediagrouping
|
747 |
|