Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|