Spaces:
Running
on
Zero
Running
on
Zero
kwabs22
commited on
Commit
·
91c4bdb
1
Parent(s):
8937fd4
Load game supports media now?
Browse files
app.py
CHANGED
@@ -692,7 +692,7 @@ with gr.Blocks() as demo:
|
|
692 |
imagegenspace = gr.HTML("Chat Space Chosen will load here")
|
693 |
imagegenspacebtn.click(display_website, inputs=linktoimagegen, outputs=imagegenspace)
|
694 |
gr.File(label="Embedded space - Upload creation here")
|
695 |
-
gr.FileExplorer(label="Find the correct paths for things added")
|
696 |
with gr.Column(scale=2):
|
697 |
with gr.Tab("Schema First"):
|
698 |
gr.HTML("Some Kinds of game skeletons ideas - Timelines, Graph as State machine paths, Economy ecosystem")
|
|
|
692 |
imagegenspace = gr.HTML("Chat Space Chosen will load here")
|
693 |
imagegenspacebtn.click(display_website, inputs=linktoimagegen, outputs=imagegenspace)
|
694 |
gr.File(label="Embedded space - Upload creation here")
|
695 |
+
gr.FileExplorer(label="Find the correct paths for things added", value=["testmedia"])
|
696 |
with gr.Column(scale=2):
|
697 |
with gr.Tab("Schema First"):
|
698 |
gr.HTML("Some Kinds of game skeletons ideas - Timelines, Graph as State machine paths, Economy ecosystem")
|