Spaces:
Runtime error
Runtime error
Commit
·
cdd568a
1
Parent(s):
527ccf6
app.py
CHANGED
@@ -64,7 +64,7 @@ with gr.Blocks() as demo:
|
|
64 |
s_promt = gr.Textbox(label="Second Prompt", value="a photo of a cute dog")
|
65 |
stability_key = gr.Textbox(label="Stability Key", value="")
|
66 |
|
67 |
-
outimg = gr.
|
68 |
btn = gr.Button('Anim')
|
69 |
|
70 |
btn.click(fn=anim, inputs=[f_promt, s_promt, stability_key], outputs=[outimg],api_name="AnimAPI")
|
|
|
64 |
s_promt = gr.Textbox(label="Second Prompt", value="a photo of a cute dog")
|
65 |
stability_key = gr.Textbox(label="Stability Key", value="")
|
66 |
|
67 |
+
outimg = gr.Image(label="Generated Files")
|
68 |
btn = gr.Button('Anim')
|
69 |
|
70 |
btn.click(fn=anim, inputs=[f_promt, s_promt, stability_key], outputs=[outimg],api_name="AnimAPI")
|