Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def textSummarizer(ARTICLE,OutputLength):
|
|
9 |
|
10 |
|
11 |
app = gr.Interface(textSummarizer,
|
12 |
-
inputs = [gr.Textbox(),gr.Slider(minimum=0,maximum=150,step=
|
13 |
outputs = gr.Textbox(),
|
14 |
title = "Article Summarizer",
|
15 |
theme=gr.themes.Soft())
|
|
|
9 |
|
10 |
|
11 |
app = gr.Interface(textSummarizer,
|
12 |
+
inputs = [gr.Textbox(),gr.Slider(minimum=0,maximum=150,step=2)],
|
13 |
outputs = gr.Textbox(),
|
14 |
title = "Article Summarizer",
|
15 |
theme=gr.themes.Soft())
|