Spaces:
Build error
Build error
Commit
·
1439700
1
Parent(s):
81876f0
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ examples = [["summarize: Maschinelles Lernen ist ein Oberbegriff für die „kü
|
|
| 30 |
# description=description,
|
| 31 |
# examples=examples)
|
| 32 |
|
| 33 |
-
interface = gr.Interface.load(summarize,
|
| 34 |
title=title,
|
| 35 |
description=description,
|
| 36 |
examples=examples)
|
|
|
|
| 30 |
# description=description,
|
| 31 |
# examples=examples)
|
| 32 |
|
| 33 |
+
interface = gr.Interface.load(fn=summarize,
|
| 34 |
title=title,
|
| 35 |
description=description,
|
| 36 |
examples=examples)
|