Wootang01 commited on
Commit
4d39d51
1 Parent(s): b293860

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,4 +21,4 @@ def generate_text(inp):
21
  return sent
22
 
23
  output_text = gr.outputs.Textbox()
24
- gr.Interface(generate_text, "textbox", title="Paraphrase One", description="Paraphrase means to express meaning using different words. Write or paste your text below, submit, and the machine will attempt to express your meaning using different words", output_text).launch(inline=False)
 
21
  return sent
22
 
23
  output_text = gr.outputs.Textbox()
24
+ gr.Interface(generate_text, "textbox", title="Paraphrase One", output_text).launch(inline=False)