Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,7 @@ io1 = gr.Interface.load("huggingface/anegi/t5smallmodel",
|
|
10 |
inputs = [
|
11 |
gr.inputs.Textbox(lines = 7, label = 'Text', placeholder = 'Enter your text here: ')
|
12 |
],
|
|
|
13 |
theme = 'dark-peach'
|
14 |
)
|
15 |
|
@@ -19,6 +20,7 @@ io2 = gr.Interface.load("huggingface/philschmid/bart-large-cnn-samsum",
|
|
19 |
inputs = [
|
20 |
gr.inputs.Textbox(lines = 7, label = 'Text', placeholder = 'Enter your text here: ')
|
21 |
],
|
|
|
22 |
theme = 'dark-peach'
|
23 |
)
|
24 |
|
|
|
10 |
inputs = [
|
11 |
gr.inputs.Textbox(lines = 7, label = 'Text', placeholder = 'Enter your text here: ')
|
12 |
],
|
13 |
+
description = description,
|
14 |
theme = 'dark-peach'
|
15 |
)
|
16 |
|
|
|
20 |
inputs = [
|
21 |
gr.inputs.Textbox(lines = 7, label = 'Text', placeholder = 'Enter your text here: ')
|
22 |
],
|
23 |
+
description = description,
|
24 |
theme = 'dark-peach'
|
25 |
)
|
26 |
|