khaled5321 commited on
Commit
2025471
1 Parent(s): aaefebe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,5 +48,5 @@ def hi():
48
 
49
 
50
 
51
- if __name__ == '__app__':
52
- app.run(host='0.0.0.0', port=7860)
 
48
 
49
 
50
 
51
+
52
+ app.run(host='0.0.0.0', port=7860)