Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from gradio.mix import Parallel
|
|
5 |
description = 'Dialogue summarization models'
|
6 |
title = 'Comparing different dialogue summarization models'
|
7 |
|
8 |
-
example = '
|
9 |
|
10 |
interface = gr.Interface.load("huggingface/anegi/t5smallmodel",
|
11 |
description=description,
|
|
|
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,
|