Spaces:
Runtime error
Runtime error
initial.commit
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ io1 = gr.Interface.load("huggingface/anegi/t5smallmodel",
|
|
| 17 |
gr.inputs.Textbox(lines = 7, label = 'Text', placeholder = 'Enter your text here: ')
|
| 18 |
],
|
| 19 |
description='This is a self-trained model',
|
| 20 |
-
|
| 21 |
)
|
| 22 |
|
| 23 |
io2 = gr.Interface.load("huggingface/philschmid/bart-large-cnn-samsum",
|
|
|
|
| 17 |
gr.inputs.Textbox(lines = 7, label = 'Text', placeholder = 'Enter your text here: ')
|
| 18 |
],
|
| 19 |
description='This is a self-trained model',
|
| 20 |
+
examples = example
|
| 21 |
)
|
| 22 |
|
| 23 |
io2 = gr.Interface.load("huggingface/philschmid/bart-large-cnn-samsum",
|