Spaces:
Build error
Build error
Commit
·
b8d604c
1
Parent(s):
2241007
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ examples = [["summarize: Maschinelles Lernen ist ein Oberbegriff für die „kü
|
|
43 |
# title=title,
|
44 |
# description=description,
|
45 |
# examples=examples)
|
46 |
-
txt=gr.Textbox(lines=15, label="I want to summarize this:", placeholder="Paste your German text in here. Don't forget to add the prefix "summarize: " for T5-base architecture.")
|
47 |
out=gr.Textbox(lines=5, label="Here's your summary:")
|
48 |
|
49 |
interface = gr.Interface(summarize,
|
|
|
43 |
# title=title,
|
44 |
# description=description,
|
45 |
# examples=examples)
|
46 |
+
txt=gr.Textbox(lines=15, label="I want to summarize this:", placeholder="Paste your German text in here. Don't forget to add the prefix \"summarize: \" for T5-base architecture.")
|
47 |
out=gr.Textbox(lines=5, label="Here's your summary:")
|
48 |
|
49 |
interface = gr.Interface(summarize,
|