SerdarHelli commited on
Commit
cb1e3ee
1 Parent(s): 2707020

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def layout_grid(img, grid_w=None, grid_h=1, float_to_uint8=True, chw_to_hwc=True
27
  return img
28
 
29
 
30
- sys.path.insert(0, 'stylegan_xl')
31
 
32
 
33
  TOKEN = os.environ['TOKEN']
 
27
  return img
28
 
29
 
30
+ sys.path.insert(0, 'Brain-MR-Image-Generation-GAN ')
31
 
32
 
33
  TOKEN = os.environ['TOKEN']