bstraehle commited on
Commit
7914072
·
verified ·
1 Parent(s): e27ef00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def invoke(level, question, file_name, ground_truth, openai_api_key, gemini_api_
16
  raise gr.Error("Gemini API Key is required.")
17
 
18
  if file_name:
19
- file_name = f"https://huggingface.co/spaces/bstraehle/gaia/blob/main/data/{file_name}"
20
 
21
  lock = threading.Lock()
22
 
 
16
  raise gr.Error("Gemini API Key is required.")
17
 
18
  if file_name:
19
+ file_name = f"data/{file_name}"
20
 
21
  lock = threading.Lock()
22