segestic commited on
Commit
d4e9013
1 Parent(s): 0781457

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,5 +34,5 @@ def summarize(text):
34
  paraphrased_text = paraphraze(text)
35
  return paraphrased_text
36
 
37
- gr.Interface(fn=summarize, inputs=gr.inputs.Textbox(lines=7, placeholder="Enter text here"), outputs=[gr.outputs.Textbox(label="Paraphrased Text")], css="footer {visibility: hidden}", examples=[["This Api is the best quillbot api alternative with no words limit."
38
  ]]).launch(inline=False)
 
34
  paraphrased_text = paraphraze(text)
35
  return paraphrased_text
36
 
37
+ gr.Interface(fn=summarize, inputs=gr.inputs.Textbox(lines=7, placeholder="Enter text here"), outputs=[gr.outputs.Textbox(label="Paraphrased Text")], css="footer {visibility:hidden}", examples=[["This Api is the best quillbot api alternative with no words limit."
38
  ]]).launch(inline=False)