Spaces:
Sleeping
Sleeping
Update app.py #3
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def summarize(text):
|
|
34 |
return output
|
35 |
|
36 |
|
37 |
-
demo = gr.
|
38 |
fn=summarize,
|
39 |
inputs=gr.Textbox(lines=5, max_lines=20, label="Input Text"),
|
40 |
outputs="Summarization"
|
|
|
34 |
return output
|
35 |
|
36 |
|
37 |
+
demo = gr.Interface(
|
38 |
fn=summarize,
|
39 |
inputs=gr.Textbox(lines=5, max_lines=20, label="Input Text"),
|
40 |
outputs="Summarization"
|