pujan commited on
Commit
3fa2295
·
1 Parent(s): d92bfbb
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -286,6 +286,6 @@ def predict_words():
286
  print(f"An error occurred: {str(e)}") # Log the error message
287
  return jsonify({'error': str(e)}), 500
288
 
289
-
290
  if __name__ == '__main__':
291
- app.run()
 
286
  print(f"An error occurred: {str(e)}") # Log the error message
287
  return jsonify({'error': str(e)}), 500
288
 
289
+ application = app
290
  if __name__ == '__main__':
291
+ application.run()