TheFrenchDemos commited on
Commit
ee68dca
·
1 Parent(s): 220a575

Update app.py

Browse files

suppression de init_model

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -229,6 +229,6 @@ def process_images():
229
 
230
 
231
  if __name__ == '__main__':
232
- init_model()
233
  app.run(host='0.0.0.0', port=7860)
234
 
 
229
 
230
 
231
  if __name__ == '__main__':
232
+ ### init_model()
233
  app.run(host='0.0.0.0', port=7860)
234