Spaces:
Running
Running
Commit
·
d0754d6
1
Parent(s):
d180081
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ interface = gr.Interface(
|
|
56 |
],
|
57 |
outputs=[
|
58 |
gr.outputs.Textbox(label="Paraphrased text:"),
|
59 |
-
gr.outputs.File(label="Download paraphrased text as text file:"
|
60 |
gr.outputs.HTML(label="Highlighted differences:")
|
61 |
],
|
62 |
title="Parrot Paraphrasing Tool",
|
|
|
56 |
],
|
57 |
outputs=[
|
58 |
gr.outputs.Textbox(label="Paraphrased text:"),
|
59 |
+
gr.outputs.File(label="Download paraphrased text as text file:"),
|
60 |
gr.outputs.HTML(label="Highlighted differences:")
|
61 |
],
|
62 |
title="Parrot Paraphrasing Tool",
|