anegi commited on
Commit
f263c82
·
1 Parent(s): cf34164

initial.commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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