Spaces:
Sleeping
Sleeping
Commit ·
ea827ca
1
Parent(s): f7448b3
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(placeholder= "Enter or paste your Text and press Submit."),
|
| 15 |
outputs="text"
|
| 16 |
)
|
| 17 |
|