Spaces:
Build error
Build error
Update app.py
Browse files
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 |
]
|