Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,7 +52,7 @@ def final_summary(file):
|
|
| 52 |
return summ_bullet1
|
| 53 |
|
| 54 |
#creating an interface for the headline generator using gradio
|
| 55 |
-
demo = gr.Interface(final_summary, inputs=[gr.File(label="Drop your .txt file here"
|
| 56 |
title = "ARTICLE SUMMARIZER",
|
| 57 |
outputs=[gr.Textbox(label="Summary")],
|
| 58 |
theme= "darkhuggingface")
|
|
|
|
| 52 |
return summ_bullet1
|
| 53 |
|
| 54 |
#creating an interface for the headline generator using gradio
|
| 55 |
+
demo = gr.Interface(final_summary, inputs=[gr.File(label="Drop your .txt file here")],
|
| 56 |
title = "ARTICLE SUMMARIZER",
|
| 57 |
outputs=[gr.Textbox(label="Summary")],
|
| 58 |
theme= "darkhuggingface")
|