Spaces:
Runtime error
Runtime error
Commit
·
6ce978d
1
Parent(s):
bf3ae0a
app.py
CHANGED
@@ -59,6 +59,6 @@ with gr.Blocks() as demo:
|
|
59 |
btn.click(fn=anim, inputs=[f_promt,s_promt], outputs=[outimg],api_name="AnimAPI")
|
60 |
|
61 |
# Add a File component to display the generated files
|
62 |
-
gr.Files(label="Generated Files",
|
63 |
|
64 |
demo.launch()
|
|
|
59 |
btn.click(fn=anim, inputs=[f_promt,s_promt], outputs=[outimg],api_name="AnimAPI")
|
60 |
|
61 |
# Add a File component to display the generated files
|
62 |
+
gr.Files(label="Generated Files", value=btn)
|
63 |
|
64 |
demo.launch()
|