Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -109,6 +109,7 @@ models = [
|
|
| 109 |
"digiplay/fantexi_v0.7",
|
| 110 |
"digiplay/fishmix_other_v1",
|
| 111 |
"digiplay/FormCleansingMix_v1", #228
|
|
|
|
| 112 |
"digiplay/helloworld_v3",
|
| 113 |
"digiplay/ISOmix_v3.22",
|
| 114 |
"digiplay/kencanmix_v2.0beta",
|
|
@@ -613,7 +614,7 @@ models2=[
|
|
| 613 |
gr.Interface.load(f"models/{models[282]}",live=True,preprocess=False),
|
| 614 |
gr.Interface.load(f"models/{models[283]}",live=True,preprocess=False),
|
| 615 |
gr.Interface.load(f"models/{models[284]}",live=True,preprocess=False),
|
| 616 |
-
|
| 617 |
#gr.Interface.load(f"models/{models[286]}",live=True,preprocess=False),
|
| 618 |
#gr.Interface.load(f"models/{models[287]}",live=True,preprocess=False),
|
| 619 |
#gr.Interface.load(f"models/{models[288]}",live=True,preprocess=False),
|
|
|
|
| 109 |
"digiplay/fantexi_v0.7",
|
| 110 |
"digiplay/fishmix_other_v1",
|
| 111 |
"digiplay/FormCleansingMix_v1", #228
|
| 112 |
+
"digiplay/LuckyStrikeMix0.2Realistic", #07.10
|
| 113 |
"digiplay/helloworld_v3",
|
| 114 |
"digiplay/ISOmix_v3.22",
|
| 115 |
"digiplay/kencanmix_v2.0beta",
|
|
|
|
| 614 |
gr.Interface.load(f"models/{models[282]}",live=True,preprocess=False),
|
| 615 |
gr.Interface.load(f"models/{models[283]}",live=True,preprocess=False),
|
| 616 |
gr.Interface.load(f"models/{models[284]}",live=True,preprocess=False),
|
| 617 |
+
gr.Interface.load(f"models/{models[285]}",live=True,preprocess=False),
|
| 618 |
#gr.Interface.load(f"models/{models[286]}",live=True,preprocess=False),
|
| 619 |
#gr.Interface.load(f"models/{models[287]}",live=True,preprocess=False),
|
| 620 |
#gr.Interface.load(f"models/{models[288]}",live=True,preprocess=False),
|