seduerr commited on
Commit
0c29650
β€’
1 Parent(s): 54c5078

with pdfs and examples

Browse files
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
app.py CHANGED
@@ -61,7 +61,18 @@ iface = gr.Interface(fn=predict,
61
  ],
62
  outputs="text",
63
  title=title,
64
- theme="dark-grass"
 
 
 
 
 
 
 
 
 
 
 
 
65
  )
66
-
67
  iface.launch()
 
61
  ],
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()
pfizer-10k.pdf β†’ samples/pfizer-10k.pdf RENAMED
File without changes
walmart-10k.pdf β†’ samples/walmart-10k.pdf RENAMED
File without changes