abdulmatinomotoso commited on
Commit
9a94dba
1 Parent(s): 219c9db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", optional=False)],
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")