Yntec commited on
Commit
678c177
β€’
1 Parent(s): c51ced1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -678,7 +678,8 @@ models2=[
678
 
679
  gr.Interface.load(f"models/{models[620]}",live=True,preprocess=False),
680
  gr.Interface.load(f"models/{models[621]}",live=True,preprocess=False),
681
-
 
682
 
683
  #Because there's a model 0, to know the number of models you add 1 to {models[n]}
684
  ]
 
678
 
679
  gr.Interface.load(f"models/{models[620]}",live=True,preprocess=False),
680
  gr.Interface.load(f"models/{models[621]}",live=True,preprocess=False),
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
 
684
  #Because there's a model 0, to know the number of models you add 1 to {models[n]}
685
  ]