Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|
| 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)
|