rdose commited on
Commit
97613a7
·
1 Parent(s): f888310

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ examples = [['https://www.bbc.com/news/uk-62732447',
150
  'https://www.bbc.com/news/world-europe-62766867',
151
  'https://www.bbc.com/news/business-62524031',
152
  'https://www.bbc.com/news/business-62728621',
153
- 'https://www.bbc.com/news/science-environment-62680423'],'url',False,5]]
154
  demo = gr.Interface(fn=inference,
155
  inputs=[gr.Dataframe(label='input batch', col_count=1, datatype='str', type='array', wrap=True),
156
  gr.Dropdown(label='data type', choices=['text','url'], type='index'),
 
150
  'https://www.bbc.com/news/world-europe-62766867',
151
  'https://www.bbc.com/news/business-62524031',
152
  'https://www.bbc.com/news/business-62728621',
153
+ 'https://www.bbc.com/news/science-environment-62680423'],'url',False,5]
154
  demo = gr.Interface(fn=inference,
155
  inputs=[gr.Dataframe(label='input batch', col_count=1, datatype='str', type='array', wrap=True),
156
  gr.Dropdown(label='data type', choices=['text','url'], type='index'),