Spaces:
Build error
Build error
Commit
·
49c0671
1
Parent(s):
c93e814
Update app.py
Browse files
app.py
CHANGED
@@ -27,8 +27,8 @@ examples = [["summarize: Maschinelles Lernen ist ein Oberbegriff für die „kü
|
|
27 |
# title=title,
|
28 |
# description=description,
|
29 |
# examples=examples)
|
30 |
-
txt=
|
31 |
-
out=
|
32 |
|
33 |
interface = gr.Interface(summarize,
|
34 |
inputs=txt,
|
|
|
27 |
# title=title,
|
28 |
# description=description,
|
29 |
# examples=examples)
|
30 |
+
txt=gr.Textbox(lines=30, label="German", placeholder="Paste your German text in here")
|
31 |
+
out=gr.Textbox(lines=10, label="Summary")
|
32 |
|
33 |
interface = gr.Interface(summarize,
|
34 |
inputs=txt,
|