cosmicdream commited on
Commit
e2ce6b6
1 Parent(s): d25ec95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ top_p = 0.995
65
  images_num = 1
66
 
67
  iface = gr.Interface(fn=model,
68
- inputs=[gr.inputs.Textbox(label="Text prompt"),
69
  outputs=[gr.outputs.Image(type="pil", label="Generated Image")]).launch()
70
 
71
  #TEST--------
 
65
  images_num = 1
66
 
67
  iface = gr.Interface(fn=model,
68
+ inputs=[gr.inputs.Textbox(label="Text prompt")],
69
  outputs=[gr.outputs.Image(type="pil", label="Generated Image")]).launch()
70
 
71
  #TEST--------