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