Daniton commited on
Commit
9c55711
1 Parent(s): 38d46be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,4 +12,4 @@ def generate_image(prompt):
12
  return image
13
 
14
  iface = gr.Interface(generate_image, gr.inputs.Textbox(label="Enter a prompt"), gr.outputs.Image())
15
- iface.launch()
 
12
  return image
13
 
14
  iface = gr.Interface(generate_image, gr.inputs.Textbox(label="Enter a prompt"), gr.outputs.Image())
15
+ iface.launch()