Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -713,6 +713,8 @@ models2=[
|
|
| 713 |
gr.Interface.load(f"models/{models[651]}",live=True,preprocess=False),
|
| 714 |
gr.Interface.load(f"models/{models[652]}",live=True,preprocess=False),
|
| 715 |
gr.Interface.load(f"models/{models[653]}",live=True,preprocess=False),
|
|
|
|
|
|
|
| 716 |
|
| 717 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
| 718 |
]
|
|
|
|
| 713 |
gr.Interface.load(f"models/{models[651]}",live=True,preprocess=False),
|
| 714 |
gr.Interface.load(f"models/{models[652]}",live=True,preprocess=False),
|
| 715 |
gr.Interface.load(f"models/{models[653]}",live=True,preprocess=False),
|
| 716 |
+
gr.Interface.load(f"models/{models[654]}",live=True,preprocess=False),
|
| 717 |
+
gr.Interface.load(f"models/{models[655]}",live=True,preprocess=False),
|
| 718 |
|
| 719 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
| 720 |
]
|