Spaces:
Sleeping
Sleeping
Commit
·
dcd5a60
1
Parent(s):
ea827ca
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ def analyze_text(text):
|
|
| 11 |
result = summarizer(text, min_length=180, truncation=True)
|
| 12 |
iface = gr.Interface(
|
| 13 |
fn=analyze_text,
|
| 14 |
-
inputs=gr.Textbox.input(
|
| 15 |
outputs="text"
|
| 16 |
)
|
| 17 |
|
|
|
|
| 11 |
result = summarizer(text, min_length=180, truncation=True)
|
| 12 |
iface = gr.Interface(
|
| 13 |
fn=analyze_text,
|
| 14 |
+
inputs=gr.Textbox.input(),
|
| 15 |
outputs="text"
|
| 16 |
)
|
| 17 |
|