Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -117,7 +117,7 @@ def final_summary(text):
|
|
| 117 |
|
| 118 |
|
| 119 |
#creating an interface for the headline generator using gradio
|
| 120 |
-
demo = gr.Interface(final_summary, inputs=[gr.Textbox(label="Drop your article here"
|
| 121 |
title = "ARTICLE SUMMARIZER",
|
| 122 |
outputs=[gr.Textbox(label="Summary")],
|
| 123 |
theme= "darkhuggingface")
|
|
|
|
| 117 |
|
| 118 |
|
| 119 |
#creating an interface for the headline generator using gradio
|
| 120 |
+
demo = gr.Interface(final_summary, inputs=[gr.Textbox(label="Drop your article here")],
|
| 121 |
title = "ARTICLE SUMMARIZER",
|
| 122 |
outputs=[gr.Textbox(label="Summary")],
|
| 123 |
theme= "darkhuggingface")
|