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