Spaces:
Running on Zero
Running on Zero
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -164,7 +164,6 @@ def render_brain_image(preds):
|
|
| 164 |
threshold=threshold,
|
| 165 |
cmap='hot',
|
| 166 |
bg_map=fsaverage5[f'sulc_{hemi}'],
|
| 167 |
-
darkness=0.7,
|
| 168 |
engine='matplotlib',
|
| 169 |
)
|
| 170 |
buf = BytesIO()
|
|
|
|
| 164 |
threshold=threshold,
|
| 165 |
cmap='hot',
|
| 166 |
bg_map=fsaverage5[f'sulc_{hemi}'],
|
|
|
|
| 167 |
engine='matplotlib',
|
| 168 |
)
|
| 169 |
buf = BytesIO()
|