Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -676,6 +676,9 @@ models2=[
|
|
| 676 |
gr.Interface.load(f"models/{models[618]}",live=True,preprocess=False),
|
| 677 |
gr.Interface.load(f"models/{models[619]}",live=True,preprocess=False),
|
| 678 |
|
|
|
|
|
|
|
|
|
|
| 679 |
|
| 680 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
| 681 |
]
|
|
|
|
| 676 |
gr.Interface.load(f"models/{models[618]}",live=True,preprocess=False),
|
| 677 |
gr.Interface.load(f"models/{models[619]}",live=True,preprocess=False),
|
| 678 |
|
| 679 |
+
gr.Interface.load(f"models/{models[620]}",live=True,preprocess=False),
|
| 680 |
+
gr.Interface.load(f"models/{models[621]}",live=True,preprocess=False),
|
| 681 |
+
|
| 682 |
|
| 683 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
| 684 |
]
|