Spaces:
Sleeping
Sleeping
pujan
commited on
Commit
·
3fa2295
1
Parent(s):
d92bfbb
chages
Browse files
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 |
-
|
|
|
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()
|