Sarath0x8f commited on
Commit
4889ddb
1 Parent(s): c1c2b2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -79,6 +79,7 @@ file_extractor = {
79
  '.svg': parser, # SVG files (vector format, may contain embedded text)
80
  }
81
 
 
82
  # File processing function
83
  def load_files(file_path: str, embed_model_name: str):
84
  try:
 
79
  '.svg': parser, # SVG files (vector format, may contain embedded text)
80
  }
81
 
82
+
83
  # File processing function
84
  def load_files(file_path: str, embed_model_name: str):
85
  try: