Yntec commited on
Commit
b73a2ff
β€’
1 Parent(s): 8a8e9fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -690,6 +690,7 @@ models2=[
690
 
691
  gr.Interface.load(f"models/{models[631]}",live=True,preprocess=False),
692
  gr.Interface.load(f"models/{models[632]}",live=True,preprocess=False),
 
693
 
694
  #Because there's a model 0, to know the number of models you add 1 to {models[n]}
695
  ]
 
690
 
691
  gr.Interface.load(f"models/{models[631]}",live=True,preprocess=False),
692
  gr.Interface.load(f"models/{models[632]}",live=True,preprocess=False),
693
+ gr.Interface.load(f"models/{models[633]}",live=True,preprocess=False),
694
 
695
  #Because there's a model 0, to know the number of models you add 1 to {models[n]}
696
  ]