Spaces:
Runtime error
Runtime error
SerdarHelli
commited on
Commit
•
7447bec
1
Parent(s):
25caab5
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ sys.path.append("stylegan3")
|
|
22 |
|
23 |
|
24 |
DESCRIPTION = f'''This model generates healthy MR Brain Images.
|
25 |
-
![Example](
|
26 |
'''
|
27 |
|
28 |
def make_transform(translate: Tuple[float,float], angle: float):
|
|
|
22 |
|
23 |
|
24 |
DESCRIPTION = f'''This model generates healthy MR Brain Images.
|
25 |
+
![Example](https://huggingface.co/spaces/SerdarHelli/Brain-MR-Image-Generation-GAN/blob/main/ex.png)
|
26 |
'''
|
27 |
|
28 |
def make_transform(translate: Tuple[float,float], angle: float):
|