Spaces:
Build error
Build error
Zhenhong
commited on
Commit
·
44d5f8c
1
Parent(s):
cf898d2
Add application file
Browse files
app.py
CHANGED
@@ -16,5 +16,5 @@ def infer(prompt):
|
|
16 |
|
17 |
return image
|
18 |
|
19 |
-
iface = gr.Interface(fn=infer, inputs=gr.Textbox(lines=1, placeholder="Prompt Here..."), outputs="
|
20 |
iface.launch()
|
|
|
16 |
|
17 |
return image
|
18 |
|
19 |
+
iface = gr.Interface(fn=infer, inputs=gr.Textbox(lines=1, placeholder="Prompt Here..."), outputs=gr.Image(label="stable-diffusion-v1-5",visible=True))
|
20 |
iface.launch()
|