Commit
·
7ec3d26
1
Parent(s):
c2d13be
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,4 +22,4 @@ def predict():
|
|
| 22 |
return render_template('result.html', prediction=my_prediction)
|
| 23 |
|
| 24 |
if __name__ == '__main__':
|
| 25 |
-
app.run(
|
|
|
|
| 22 |
return render_template('result.html', prediction=my_prediction)
|
| 23 |
|
| 24 |
if __name__ == '__main__':
|
| 25 |
+
app.run(host="0.0.0.0", port=7860)
|