seduerr commited on
Commit
93a9b15
1 Parent(s): 0c29650

changed the questions a bit

Browse files
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. app.py +4 -4
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
app.py CHANGED
@@ -62,17 +62,17 @@ iface = gr.Interface(fn=predict,
62
  outputs="text",
63
  title=title,
64
  theme="dark-grass",
65
- examples=[['What are strategic initiatives?',
66
  'samples/walmart-10k.pdf'],
67
  ['What efforts are being made in regards to digital experiences?',
68
  'samples/walmart-10k.pdf'],
69
- ["What is the company's growth?",
70
  'samples/walmart-10k.pdf'],
71
- ['What are strategic initiatives?',
72
  'samples/pfizer-10k.pdf'],
73
  ['What efforts are being made in regards to digital experiences?',
74
  'samples/pfizer-10k.pdf'],
75
- ["What is the company's growth?",
76
  'samples/pfizer-10k.pdf'], ]
77
  )
78
  iface.launch()
 
62
  outputs="text",
63
  title=title,
64
  theme="dark-grass",
65
+ examples=[['What are the strategic initiatives?',
66
  'samples/walmart-10k.pdf'],
67
  ['What efforts are being made in regards to digital experiences?',
68
  'samples/walmart-10k.pdf'],
69
+ ["How much does the company grow?",
70
  'samples/walmart-10k.pdf'],
71
+ ['What are the strategic initiatives?',
72
  'samples/pfizer-10k.pdf'],
73
  ['What efforts are being made in regards to digital experiences?',
74
  'samples/pfizer-10k.pdf'],
75
+ ["How much does the company grow?",
76
  'samples/pfizer-10k.pdf'], ]
77
  )
78
  iface.launch()