abdulsamad commited on
Commit
57df836
·
verified ·
1 Parent(s): 49a174b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,6 +18,6 @@ def summary(text, min_len):
18
  #textbox = gr.Textbox(label="Summarizer: ", placeholder="Enter the text")
19
 
20
 
21
- demo = gr.Interface(fn=summary, [gr.Textbox(label="Summarizer: ", placeholder="Enter the text"), gr.Slider(minimum=4, maximum=6, step=1)] , outputs="text",)
22
 
23
  demo.launch()
 
18
  #textbox = gr.Textbox(label="Summarizer: ", placeholder="Enter the text")
19
 
20
 
21
+ demo = gr.Interface(fn=summary, [gr.Textbox(label="Summarizer: ", placeholder="Enter the text"), gr.Slider(minimum=4, maximum=6, step=1),] , outputs="text",)
22
 
23
  demo.launch()