abdulmatinomotoso commited on
Commit
489b827
1 Parent(s): a85331a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def headline_generator_2(file):
57
  #creating an interface for the headline generator using gradio
58
  demo = gr.Interface(headline_generator_2, inputs=[gr.inputs.File(label="Drop your .txt file here", optional=False)],
59
  title = "HEADLINE GENERATOR",
60
- outputs=[gr.outputs.Textbox(label="Summary")],
61
  theme= "darkhuggingface")
62
 
63
  #launching the app
 
57
  #creating an interface for the headline generator using gradio
58
  demo = gr.Interface(headline_generator_2, inputs=[gr.inputs.File(label="Drop your .txt file here", optional=False)],
59
  title = "HEADLINE GENERATOR",
60
+ outputs=[gr.outputs.Textbox(label="Headline")],
61
  theme= "darkhuggingface")
62
 
63
  #launching the app