akiko19191 commited on
Commit
f7675e1
·
verified ·
1 Parent(s): 812b6dd

Rename app_combination.py to app.py

Browse files
Files changed (1) hide show
  1. app_combination.py → app.py +8 -8
app_combination.py → app.py RENAMED
@@ -122,11 +122,11 @@ def models():
122
 
123
 
124
 
125
- if __name__ == '__main__':
126
- config = {
127
- 'host': '0.0.0.0',
128
- 'port': 1337,
129
- 'debug': True,
130
- }
131
-
132
- app.run(**config)
 
122
 
123
 
124
 
125
+ # if __name__ == '__main__':
126
+ # config = {
127
+ # 'host': '0.0.0.0',
128
+ # 'port': 1337,
129
+ # 'debug': True,
130
+ # }
131
+
132
+ # app.run(**config)