Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ DESCRIPTION = f'''This model generates healthy MR Brain Images.
27
 
28
  [Example]("https://huggingface.co/spaces/SerdarHelli/Brain-MR-Image-Generation-GAN/blob/main/ex.png")
29
  '''
30
- network_pkl=hf_hub_download("SerdarHelli/Brain-MRI-GAN", filename="brainmrigan.pkl",revision="main")
31
 
32
 
33
  with open(network_pkl, 'rb') as f:
 
27
 
28
  [Example]("https://huggingface.co/spaces/SerdarHelli/Brain-MR-Image-Generation-GAN/blob/main/ex.png")
29
  '''
30
+ network_pkl="brainmrigan.pkl"
31
 
32
 
33
  with open(network_pkl, 'rb') as f: