segestic commited on
Commit
8438064
1 Parent(s): 438b12a

Update app.py

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