Spaces:
Sleeping
Sleeping
hoshoo21
commited on
Commit
·
78cfe0e
1
Parent(s):
845e23e
changing docker file
Browse files
app.py
CHANGED
|
@@ -58,6 +58,5 @@ def ask():
|
|
| 58 |
return jsonify({"message": answer})
|
| 59 |
|
| 60 |
|
| 61 |
-
if __name__ =="__main__":
|
| 62 |
-
|
| 63 |
-
app.run(debug=True, port =6000)
|
|
|
|
| 58 |
return jsonify({"message": answer})
|
| 59 |
|
| 60 |
|
| 61 |
+
if __name__ == "__main__":
|
| 62 |
+
app.run(host="0.0.0.0", port=6000)
|
|
|