Yntec commited on
Commit
b648816
1 Parent(s): e64c7d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -737,6 +737,7 @@ models2=[
737
  gr.Interface.load(f"models/{models[670]}",live=True,preprocess=False),
738
  gr.Interface.load(f"models/{models[671]}",live=True,preprocess=False),
739
  gr.Interface.load(f"models/{models[672]}",live=True,preprocess=False),
 
740
  #Because there's a model 0, to know the number of models you add 1 to {models[n]}
741
  ]
742
 
 
737
  gr.Interface.load(f"models/{models[670]}",live=True,preprocess=False),
738
  gr.Interface.load(f"models/{models[671]}",live=True,preprocess=False),
739
  gr.Interface.load(f"models/{models[672]}",live=True,preprocess=False),
740
+ gr.Interface.load(f"models/{models[673]}",live=True,preprocess=False),
741
  #Because there's a model 0, to know the number of models you add 1 to {models[n]}
742
  ]
743