Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ import sys
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
|
|
|
| 7 |
"Yntec/photoMovieXFinal",
|
| 8 |
"Yntec/aMovieX/",
|
| 9 |
"Yntec/Hassanim/",
|
|
@@ -955,6 +956,7 @@ models2=[
|
|
| 955 |
gr.Interface.load(f"models/{models[443]}",live=True,preprocess=False),
|
| 956 |
gr.Interface.load(f"models/{models[444]}",live=True,preprocess=False),
|
| 957 |
gr.Interface.load(f"models/{models[445]}",live=True,preprocess=False),
|
|
|
|
| 958 |
]
|
| 959 |
|
| 960 |
|
|
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
| 7 |
+
"Yntec/aPhotographicTrend",
|
| 8 |
"Yntec/photoMovieXFinal",
|
| 9 |
"Yntec/aMovieX/",
|
| 10 |
"Yntec/Hassanim/",
|
|
|
|
| 956 |
gr.Interface.load(f"models/{models[443]}",live=True,preprocess=False),
|
| 957 |
gr.Interface.load(f"models/{models[444]}",live=True,preprocess=False),
|
| 958 |
gr.Interface.load(f"models/{models[445]}",live=True,preprocess=False),
|
| 959 |
+
gr.Interface.load(f"models/{models[446]}",live=True,preprocess=False),
|
| 960 |
]
|
| 961 |
|
| 962 |
|