SerdarHelli commited on
Commit
f1076d6
1 Parent(s): 5de8c5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -21,9 +21,11 @@ sys.path.append("stylegan3")
21
 
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
 
29
 
 
21
 
22
 
23
 
24
+ DESCRIPTION = f'''This model generates healthy MR Brain Images.
25
+
26
+
27
+ [Example]("https://huggingface.co/spaces/SerdarHelli/Brain-MR-Image-Generation-GAN/blob/main/ex.png")
28
+ '''
29
 
30
 
31