add output
Browse files
app.py
CHANGED
@@ -576,7 +576,7 @@ iface = gr.Interface(fn=main,
|
|
576 |
# examples=examples,
|
577 |
outputs=["text",
|
578 |
"text",
|
579 |
-
"text"
|
580 |
enable_queue=True,
|
581 |
debug=True,
|
582 |
)
|
|
|
576 |
# examples=examples,
|
577 |
outputs=["text",
|
578 |
"text",
|
579 |
+
"text"],
|
580 |
enable_queue=True,
|
581 |
debug=True,
|
582 |
)
|