Zhenhong commited on
Commit
44d5f8c
1 Parent(s): cf898d2

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="image")
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()