prthm11 commited on
Commit
a419e21
·
verified ·
1 Parent(s): c243f10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1176,5 +1176,5 @@ def process_pdf():
1176
  return jsonify({"error": f"❌ Failed to process PDF: {str(e)}"}), 500
1177
 
1178
  if __name__ == '__main__':
1179
- os.makedirs("outputs", exist_ok=True)
1180
  app.run(host='0.0.0.0', port=7860, debug=True)
 
1176
  return jsonify({"error": f"❌ Failed to process PDF: {str(e)}"}), 500
1177
 
1178
  if __name__ == '__main__':
1179
+ # os.makedirs("outputs", exist_ok=True) #== commented by P
1180
  app.run(host='0.0.0.0', port=7860, debug=True)