Yntec commited on
Commit
cd93a8c
β€’
1 Parent(s): b12709b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -659,6 +659,7 @@ models2=[
659
  gr.Interface.load(f"models/{models[602]}",live=True,preprocess=False),
660
  gr.Interface.load(f"models/{models[603]}",live=True,preprocess=False),
661
  gr.Interface.load(f"models/{models[604]}",live=True,preprocess=False),
 
662
 
663
  #Because there's a model 0, to know the number of models you add 1 to {models[n]}
664
  ]
 
659
  gr.Interface.load(f"models/{models[602]}",live=True,preprocess=False),
660
  gr.Interface.load(f"models/{models[603]}",live=True,preprocess=False),
661
  gr.Interface.load(f"models/{models[604]}",live=True,preprocess=False),
662
+ gr.Interface.load(f"models/{models[605]}",live=True,preprocess=False),
663
 
664
  #Because there's a model 0, to know the number of models you add 1 to {models[n]}
665
  ]