Spaces:
Runtime error
Runtime error
algomuffin
commited on
Commit
•
695ee49
1
Parent(s):
e758fa3
Update app.py
Browse files
app.py
CHANGED
@@ -181,7 +181,7 @@ def inference(img, model):
|
|
181 |
my_sample = generatorjojo(my_w, input_is_latent=True)
|
182 |
elif model == 'Disney':
|
183 |
with torch.no_grad():
|
184 |
-
my_sample =
|
185 |
elif model == 'Jinx':
|
186 |
with torch.no_grad():
|
187 |
my_sample = generatorjinx(my_w, input_is_latent=True)
|
|
|
181 |
my_sample = generatorjojo(my_w, input_is_latent=True)
|
182 |
elif model == 'Disney':
|
183 |
with torch.no_grad():
|
184 |
+
my_sample = generatordisneynoc(my_w, input_is_latent=True)
|
185 |
elif model == 'Jinx':
|
186 |
with torch.no_grad():
|
187 |
my_sample = generatorjinx(my_w, input_is_latent=True)
|