Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|