Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ from gradio import inputs
|
|
| 3 |
|
| 4 |
description = "Dialogue Summarization "
|
| 5 |
interface = gr.Interface.load("huggingface/anegi/t5smallmodel",
|
| 6 |
-
title = 'Dialogue Summarization'
|
| 7 |
inputs = [
|
| 8 |
gr.inputs.Textbox(lines = 7, label = 'Enter your dialogue text: ')
|
| 9 |
],
|
|
|
|
| 3 |
|
| 4 |
description = "Dialogue Summarization "
|
| 5 |
interface = gr.Interface.load("huggingface/anegi/t5smallmodel",
|
| 6 |
+
title = 'Dialogue Summarization',
|
| 7 |
inputs = [
|
| 8 |
gr.inputs.Textbox(lines = 7, label = 'Enter your dialogue text: ')
|
| 9 |
],
|