RCaz commited on
Commit
e1b0e5c
·
verified ·
1 Parent(s): fa1a705

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -92,7 +92,7 @@ def describe_image(request:str, file_path: str) -> str:
92
  "Qd3"
93
  """
94
 
95
- try
96
  return joblib.load(f"cahced_files/{file_path}")
97
 
98
  except:
 
92
  "Qd3"
93
  """
94
 
95
+ try :
96
  return joblib.load(f"cahced_files/{file_path}")
97
 
98
  except: