Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,8 @@ gr.Interface(
|
|
81 |
gr.Textbox(label = 'prompt')
|
82 |
],
|
83 |
outputs = [
|
84 |
-
gr.Image()
|
|
|
85 |
],
|
86 |
examples=examples,
|
87 |
).launch(debug=True)
|
|
|
81 |
gr.Textbox(label = 'prompt')
|
82 |
],
|
83 |
outputs = [
|
84 |
+
gr.Image(),
|
85 |
+
gr.Image(),
|
86 |
],
|
87 |
examples=examples,
|
88 |
).launch(debug=True)
|