Spaces:
Runtime error
Runtime error
Saket Chaudhari
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -100,7 +100,7 @@ iface = gr.Interface(
|
|
| 100 |
gr.Dropdown(label="Output Format", choices=["Plain Text", "JSON", "HTML", "CSV", "Markdown", "PDF", "Excel"], value="Plain Text")
|
| 101 |
],
|
| 102 |
outputs=gr.Textbox(label="Summarized Output"),
|
| 103 |
-
title="Text Summarization
|
| 104 |
)
|
| 105 |
|
| 106 |
iface.launch()
|
|
|
|
| 100 |
gr.Dropdown(label="Output Format", choices=["Plain Text", "JSON", "HTML", "CSV", "Markdown", "PDF", "Excel"], value="Plain Text")
|
| 101 |
],
|
| 102 |
outputs=gr.Textbox(label="Summarized Output"),
|
| 103 |
+
title="Text Summarization"
|
| 104 |
)
|
| 105 |
|
| 106 |
iface.launch()
|