imseldrith commited on
Commit
d0754d6
·
1 Parent(s): d180081

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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:", default="paraphrased_text.txt", file_ext=".txt"),
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",