Yntec commited on
Commit
8c8dbfe
β€’
1 Parent(s): 1fd0feb

Update app.py

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