Skip to content

Commit e900d77

Browse files
authored
Update app.py
1 parent 8f6e769 commit e900d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ def predict():
2828

2929

3030
if __name__ == '__main__':
31-
app.run(debug=True)#in devlopment phase we always
31+
app.run(host='0.0.0.0' ,port =8080)#in devlopment phase we always
3232

0 commit comments

Comments
 (0)