Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def generate_button_click():
|
|
38 |
|
39 |
# Create the interface
|
40 |
iface = gr.Interface(
|
41 |
-
|
42 |
inputs=[model_dropdown, input_text],
|
43 |
outputs=output_image,
|
44 |
)
|
|
|
38 |
|
39 |
# Create the interface
|
40 |
iface = gr.Interface(
|
41 |
+
|
42 |
inputs=[model_dropdown, input_text],
|
43 |
outputs=output_image,
|
44 |
)
|