Didier commited on
Commit
6f7cb14
·
verified ·
1 Parent(s): d178920

Update app.py

Browse files

Replacing sample PDF file and associated sample questions with a smaller file (slow to index on **free CPU** provided by Hugging Face).

Files changed (1) hide show
  1. app.py +9 -6
app.py CHANGED
@@ -85,7 +85,7 @@ with gr.Blocks() as demo:
85
  with gr.Row():
86
  upload_files = gr.File(
87
  label="Upload PDF files to index", file_count="multiple",
88
- value=["OECD_Engaging_with_HNW_individuals_tax_compliance_(2009).pdf",],
89
  scale=5)
90
  build_status = gr.Textbox(label="Build status", placeholder="", scale=2)
91
 
@@ -112,11 +112,14 @@ with gr.Blocks() as demo:
112
  with gr.Accordion("Sample questions", open=False):
113
  gr.Examples(
114
  [
115
- ["What are the tax risks associated with high net worth individuals (HNWIs)?",],
116
- ["How do tax administrations address aggressive tax planning by HNWIs?",],
117
- ["How can tax administrations engage with HNWIs to improve tax compliance?",],
118
- ["What are the benefits of establishing dedicated HNWI units within tax administrations?",],
119
- ["How can international cooperation help address offshore tax risks associated with HNWIs?",],
 
 
 
120
  ],
121
  inputs=[question,],
122
  outputs=[response, references, snippets],
 
85
  with gr.Row():
86
  upload_files = gr.File(
87
  label="Upload PDF files to index", file_count="multiple",
88
+ value=["OECD_Dividend_tax_fraud_2023-en.pdf",],
89
  scale=5)
90
  build_status = gr.Textbox(label="Build status", placeholder="", scale=2)
91
 
 
112
  with gr.Accordion("Sample questions", open=False):
113
  gr.Examples(
114
  [
115
+ ["What is dividend stripping?",],
116
+ ["What are the most common types of dividend stripping schemes?",],
117
+ ["How do authorities detect dividend stripping?",],
118
+ ["What are some indicators of potential dividend stripping?",],
119
+ ["What are the consequences of dividend stripping?",],
120
+ ["How can countries combat dividend stripping?",],
121
+ ["What is the role of professional enablers in dividend stripping?",],
122
+ ["How can countries address the role of professional enablers in dividend stripping?",],
123
  ],
124
  inputs=[question,],
125
  outputs=[response, references, snippets],