Yntec commited on
Commit
508e2dd
β€’
1 Parent(s): 717302c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -681,6 +681,7 @@ models2=[
681
  gr.Interface.load(f"models/{models[622]}",live=True,preprocess=False),
682
  gr.Interface.load(f"models/{models[623]}",live=True,preprocess=False),
683
  gr.Interface.load(f"models/{models[624]}",live=True,preprocess=False),
 
684
 
685
  #Because there's a model 0, to know the number of models you add 1 to {models[n]}
686
  ]
 
681
  gr.Interface.load(f"models/{models[622]}",live=True,preprocess=False),
682
  gr.Interface.load(f"models/{models[623]}",live=True,preprocess=False),
683
  gr.Interface.load(f"models/{models[624]}",live=True,preprocess=False),
684
+ gr.Interface.load(f"models/{models[625]}",live=True,preprocess=False),
685
 
686
  #Because there's a model 0, to know the number of models you add 1 to {models[n]}
687
  ]