abdulmatinomotoso commited on
Commit
185b994
·
verified ·
1 Parent(s): 8efbfc5

Update app.py

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