Yntec commited on
Commit
92a51ba
β€’
1 Parent(s): d398813

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -660,6 +660,8 @@ models2=[
660
  gr.Interface.load(f"models/{models[603]}",live=True,preprocess=False),
661
  gr.Interface.load(f"models/{models[604]}",live=True,preprocess=False),
662
  gr.Interface.load(f"models/{models[605]}",live=True,preprocess=False),
 
 
663
 
664
  #Because there's a model 0, to know the number of models you add 1 to {models[n]}
665
  ]
 
660
  gr.Interface.load(f"models/{models[603]}",live=True,preprocess=False),
661
  gr.Interface.load(f"models/{models[604]}",live=True,preprocess=False),
662
  gr.Interface.load(f"models/{models[605]}",live=True,preprocess=False),
663
+ gr.Interface.load(f"models/{models[606]}",live=True,preprocess=False),
664
+ gr.Interface.load(f"models/{models[607]}",live=True,preprocess=False),
665
 
666
  #Because there's a model 0, to know the number of models you add 1 to {models[n]}
667
  ]