Update app.py
#2
by
yahyasmt
- opened
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=
|
| 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:
|