Spaces:
Runtime error
Runtime error
Commit
·
61a5400
1
Parent(s):
5aef69b
app.py
CHANGED
@@ -70,6 +70,6 @@ with gr.Blocks() as demo:
|
|
70 |
outimg = gr.Image(label="Generated Files")
|
71 |
btn = gr.Button('Anim')
|
72 |
|
73 |
-
btn.click(fn=anim, inputs=[f_promt, s_promt, stability_key], outputs=[outimg],api_name="AnimAPI"
|
74 |
|
75 |
demo.launch()
|
|
|
70 |
outimg = gr.Image(label="Generated Files")
|
71 |
btn = gr.Button('Anim')
|
72 |
|
73 |
+
btn.click(fn=anim, inputs=[f_promt, s_promt, stability_key], outputs=[outimg],api_name="AnimAPI")
|
74 |
|
75 |
demo.launch()
|