Artificial-superintelligence
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -37,5 +37,4 @@ def execute():
|
|
37 |
return jsonify({'result': result})
|
38 |
|
39 |
if __name__ == '__main__':
|
40 |
-
# Use 0.0.0.0 to allow external access (necessary for Hugging Face
|
41 |
-
app.run(host='0.0.0.0', port=8501, debug=False, use_reloader=False)
|
|
|
37 |
return jsonify({'result': result})
|
38 |
|
39 |
if __name__ == '__main__':
|
40 |
+
# Use 0.0.0.0 to allow external access (necessary for Hugging Face Spa
|
|