Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -740,6 +740,8 @@ models2=[
|
|
740 |
gr.Interface.load(f"models/{models[673]}",live=True,preprocess=False),
|
741 |
gr.Interface.load(f"models/{models[674]}",live=True,preprocess=False),
|
742 |
gr.Interface.load(f"models/{models[675]}",live=True,preprocess=False),
|
|
|
|
|
743 |
|
744 |
|
745 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
|
|
740 |
gr.Interface.load(f"models/{models[673]}",live=True,preprocess=False),
|
741 |
gr.Interface.load(f"models/{models[674]}",live=True,preprocess=False),
|
742 |
gr.Interface.load(f"models/{models[675]}",live=True,preprocess=False),
|
743 |
+
gr.Interface.load(f"models/{models[676]}",live=True,preprocess=False),
|
744 |
+
gr.Interface.load(f"models/{models[677]}",live=True,preprocess=False),
|
745 |
|
746 |
|
747 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|