rdose commited on
Commit
a22ad4d
·
1 Parent(s): 4b77ec3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -142,15 +142,15 @@ API input parameters:
142
  - `limit_companies`: integer. Number of found relevant companies to report.
143
 
144
  """
145
- #examples = [['https://www.bbc.com/news/uk-62732447',False,5],
146
- # ['https://www.bbc.com/news/business-62747401',False,5],
147
- # ['https://www.bbc.com/news/technology-62744858',False,5],
148
- # ['https://www.bbc.com/news/science-environment-62758811',False,5],
149
- # ['https://www.theguardian.com/business/2022/sep/02/nord-stream-1-gazprom-announces-indefinite-shutdown-of-pipeline',False,5],
150
- # ['https://www.bbc.com/news/world-europe-62766867',False,5],
151
- # ['https://www.bbc.com/news/business-62524031',False,5],
152
- # ['https://www.bbc.com/news/business-62728621',False,5],
153
- # ['https://www.bbc.com/news/science-environment-62680423',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'),
 
142
  - `limit_companies`: integer. Number of found relevant companies to report.
143
 
144
  """
145
+ examples = [['https://www.bbc.com/news/uk-62732447',
146
+ 'https://www.bbc.com/news/business-62747401',
147
+ 'https://www.bbc.com/news/technology-62744858',
148
+ 'https://www.bbc.com/news/science-environment-62758811',
149
+ 'https://www.theguardian.com/business/2022/sep/02/nord-stream-1-gazprom-announces-indefinite-shutdown-of-pipeline',
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'),