Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|