SerdarHelli yahyasmt commited on
Commit
db85c96
1 Parent(s): a09ec24

Update app.py (#2)

Browse files

- Update app.py (fb912b0ce05ac21261aa5196341f62ef13966a50)


Co-authored-by: yahya samet <yahyasmt@users.noreply.huggingface.co>

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: