Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
|
|
7 |
"Yntec/KIDSILLUSTRATIONS",
|
8 |
"Yntec/DucHaitenClassicAnime768",
|
9 |
"Yntec/RainbowClassicAnime",
|
@@ -715,7 +716,7 @@ models2=[
|
|
715 |
|
716 |
gr.Interface.load(f"models/{models[330]}",live=True,preprocess=False),
|
717 |
gr.Interface.load(f"models/{models[331]}",live=True,preprocess=False),
|
718 |
-
|
719 |
#gr.Interface.load(f"models/{models[333]}",live=True,preprocess=False),
|
720 |
#gr.Interface.load(f"models/{models[334]}",live=True,preprocess=False),
|
721 |
#gr.Interface.load(f"models/{models[335]}",live=True,preprocess=False),
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"Yntec/DucHaitenAnime768",
|
8 |
"Yntec/KIDSILLUSTRATIONS",
|
9 |
"Yntec/DucHaitenClassicAnime768",
|
10 |
"Yntec/RainbowClassicAnime",
|
|
|
716 |
|
717 |
gr.Interface.load(f"models/{models[330]}",live=True,preprocess=False),
|
718 |
gr.Interface.load(f"models/{models[331]}",live=True,preprocess=False),
|
719 |
+
gr.Interface.load(f"models/{models[332]}",live=True,preprocess=False),
|
720 |
#gr.Interface.load(f"models/{models[333]}",live=True,preprocess=False),
|
721 |
#gr.Interface.load(f"models/{models[334]}",live=True,preprocess=False),
|
722 |
#gr.Interface.load(f"models/{models[335]}",live=True,preprocess=False),
|