hprasath commited on
Commit
9f95881
·
verified ·
1 Parent(s): cbfd80c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -297,6 +297,8 @@ def extract_pdf_text_and_embedding():
297
  except Exception as e:
298
  print(e)
299
  return jsonify({"error": str(list)}), 500
 
 
300
 
301
  # Route to get text description embeddings
302
  @cache.cached(timeout=300)
 
297
  except Exception as e:
298
  print(e)
299
  return jsonify({"error": str(list)}), 500
300
+ finally:
301
+ print("kasi",list)
302
 
303
  # Route to get text description embeddings
304
  @cache.cached(timeout=300)