Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def my_interface(input_image, prompt="This is a beautiful scenery", negative_pro
|
|
13 |
|
14 |
# Define your Gradio interface
|
15 |
iface = gr.Interface(fn=my_interface,
|
16 |
-
inputs=gr.Image(
|
17 |
outputs=gr.Image())
|
18 |
|
19 |
# Launch your Gradio interface
|
|
|
13 |
|
14 |
# Define your Gradio interface
|
15 |
iface = gr.Interface(fn=my_interface,
|
16 |
+
inputs=gr.Image(),
|
17 |
outputs=gr.Image())
|
18 |
|
19 |
# Launch your Gradio interface
|