Spaces:
Build error
Build error
Warvito
commited on
Commit
•
1888bc8
1
Parent(s):
8b10bc1
Final changes
Browse files- README.md +3 -3
- app.py +1 -1
- requirements.txt +1 -1
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
---
|
2 |
title: Brain Diffusion
|
3 |
emoji: 🏢🧠
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 3.
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
---
|
|
|
1 |
---
|
2 |
title: Brain Diffusion
|
3 |
emoji: 🏢🧠
|
4 |
+
colorFrom: purple
|
5 |
+
colorTo: pink
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 3.3.1
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
---
|
app.py
CHANGED
@@ -176,7 +176,7 @@ def unrest_randomise():
|
|
176 |
# TEXT
|
177 |
title = "Generating Brain Imaging with Diffusion Models"
|
178 |
description = """
|
179 |
-
<center><a href="https://arxiv.org/">[PAPER]</a> <a href="https://academictorrents.com/details/63aeb864bbe2115ded0aa0d7d36334c026f0660b">[DATASET]</a></center>
|
180 |
|
181 |
<details>
|
182 |
<summary><b>Instructions</b></summary>
|
|
|
176 |
# TEXT
|
177 |
title = "Generating Brain Imaging with Diffusion Models"
|
178 |
description = """
|
179 |
+
<center><a href="https://arxiv.org/abs/2209.07162">[PAPER]</a> <a href="https://academictorrents.com/details/63aeb864bbe2115ded0aa0d7d36334c026f0660b">[DATASET]</a></center>
|
180 |
|
181 |
<details>
|
182 |
<summary><b>Instructions</b></summary>
|
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
einops>=0.3.2
|
2 |
-
gradio==3.
|
3 |
mediapy==1.0.3
|
4 |
mlflow
|
5 |
nibabel
|
|
|
1 |
einops>=0.3.2
|
2 |
+
gradio==3.3.1
|
3 |
mediapy==1.0.3
|
4 |
mlflow
|
5 |
nibabel
|