Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -69,7 +69,7 @@ def predict():
|
|
| 69 |
return render_template('result.html', result=result_text)
|
| 70 |
|
| 71 |
if __name__ == '__main__':
|
| 72 |
-
app.run(debug=True)
|
| 73 |
|
| 74 |
|
| 75 |
|
|
|
|
| 69 |
return render_template('result.html', result=result_text)
|
| 70 |
|
| 71 |
if __name__ == '__main__':
|
| 72 |
+
app.run(host='0.0.0.0', port=8080, debug=True )
|
| 73 |
|
| 74 |
|
| 75 |
|