Rahatara commited on
Commit
530f5b9
·
verified ·
1 Parent(s): 7f2b4d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -190,9 +190,9 @@ def index_gpu(images, ds):
190
 
191
  def get_example():
192
  return [
193
- [["utalk.pdf"], "Quels sont les 4 axes majeurs des achats?"],
194
- [["textureme.pdf"], "Quelles sont les actions entreprise en Afrique du Sud?"],
195
- [["railtwin.pdf"], "fais moi un tableau markdown de la répartition homme femme"],
196
  ]
197
 
198
  with gr.Blocks(theme=gr.themes.Glass()) as demo:
 
190
 
191
  def get_example():
192
  return [
193
+ [["utalk.pdf"], " Describe each block of the System Architecture"],
194
+ [["textureme.pdf"], "compare the graphs and suggest improvements to design each"],
195
+ [["railtwin.pdf"], "What does the usecase figure shows"],
196
  ]
197
 
198
  with gr.Blocks(theme=gr.themes.Glass()) as demo: