Aanisha commited on
Commit
2619da8
1 Parent(s): 9cbcd63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ class ImageTransform:
111
  return img
112
 
113
 
114
- title = "<b>Generate Futuristic Images with NeonGAN</b>"
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'))