Funbi commited on
Commit
4334328
1 Parent(s): ae3af40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def summarize(input_text):
63
 
64
  return text
65
 
66
-
67
  demo = gr.Interface(
68
  fn=summarize,
69
  inputs=[gr.Textbox(lines=8, placeholder="Paragraph Here...")],
 
63
 
64
  return text
65
 
66
+ #gradio function
67
  demo = gr.Interface(
68
  fn=summarize,
69
  inputs=[gr.Textbox(lines=8, placeholder="Paragraph Here...")],