Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
|
|
7 |
"Yntec/UberRealisticLegacy",
|
8 |
"Yntec/fennPhoto",
|
9 |
"Yntec/makeitdoubleplz",
|
@@ -1119,6 +1120,7 @@ models2=[
|
|
1119 |
gr.Interface.load(f"models/{models[521]}",live=True,preprocess=False),
|
1120 |
gr.Interface.load(f"models/{models[522]}",live=True,preprocess=False),
|
1121 |
gr.Interface.load(f"models/{models[523]}",live=True,preprocess=False),
|
|
|
1122 |
|
1123 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
1124 |
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"Yntec/526",
|
8 |
"Yntec/UberRealisticLegacy",
|
9 |
"Yntec/fennPhoto",
|
10 |
"Yntec/makeitdoubleplz",
|
|
|
1120 |
gr.Interface.load(f"models/{models[521]}",live=True,preprocess=False),
|
1121 |
gr.Interface.load(f"models/{models[522]}",live=True,preprocess=False),
|
1122 |
gr.Interface.load(f"models/{models[523]}",live=True,preprocess=False),
|
1123 |
+
gr.Interface.load(f"models/{models[524]}",live=True,preprocess=False),
|
1124 |
|
1125 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
1126 |
|