Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ class ImageTransform:
|
|
111 |
return img
|
112 |
|
113 |
|
114 |
-
title = "
|
115 |
|
116 |
path = hf_hub_download('huggan/NeonGAN', 'model.bin')
|
117 |
model_gen_n = torch.load(path, map_location=torch.device('cpu'))
|
|
|
111 |
return img
|
112 |
|
113 |
|
114 |
+
title = "Generate Futuristic Images with NeonGAN"
|
115 |
|
116 |
path = hf_hub_download('huggan/NeonGAN', 'model.bin')
|
117 |
model_gen_n = torch.load(path, map_location=torch.device('cpu'))
|