Dhruv-Ty commited on
Commit
eb57a64
Β·
verified Β·
1 Parent(s): e1ede20

permission error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ openai_kwargs = {
26
  def initialize_agent(
27
  prompt_file,
28
  tools_to_use=None,
29
- model_dir="/model-weights",
30
  temp_dir="temp",
31
  device="cuda",
32
  model="google/gemini-2.5-pro-exp-03-25:free",
 
26
  def initialize_agent(
27
  prompt_file,
28
  tools_to_use=None,
29
+ model_dir="./model-weights",
30
  temp_dir="temp",
31
  device="cuda",
32
  model="google/gemini-2.5-pro-exp-03-25:free",