Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,11 +5,9 @@ from gradio.mix import Parallel
|
|
| 5 |
description = 'Dialogue summarization models'
|
| 6 |
title = 'Comparing different dialogue summarization models'
|
| 7 |
|
| 8 |
-
example = 'anegi/demo-app1/examplefile'
|
| 9 |
|
| 10 |
interface = gr.Interface.load("huggingface/anegi/t5smallmodel",
|
| 11 |
description=description,
|
| 12 |
-
examples=example,
|
| 13 |
theme = 'dark-peach'
|
| 14 |
)
|
| 15 |
|
|
|
|
| 5 |
description = 'Dialogue summarization models'
|
| 6 |
title = 'Comparing different dialogue summarization models'
|
| 7 |
|
|
|
|
| 8 |
|
| 9 |
interface = gr.Interface.load("huggingface/anegi/t5smallmodel",
|
| 10 |
description=description,
|
|
|
|
| 11 |
theme = 'dark-peach'
|
| 12 |
)
|
| 13 |
|