Yntec commited on
Commit
a9366e7
β€’
1 Parent(s): 5ee2ec2

Update app.py

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