Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -283,7 +283,7 @@ def gradio_worker(
|
|
283 |
gr.Markdown('Coming soon🤗')
|
284 |
with gr.Tab('fMRI') as fmri_tab:
|
285 |
fmri_path = gr.File(label='fMRI Input', elem_id="fmripath", elem_classes="")
|
286 |
-
fmri_image_path = gr.Image(interactive=False)
|
287 |
gr.Examples(
|
288 |
examples=[
|
289 |
[file.replace('.jpg', '.npy'), file]
|
|
|
283 |
gr.Markdown('Coming soon🤗')
|
284 |
with gr.Tab('fMRI') as fmri_tab:
|
285 |
fmri_path = gr.File(label='fMRI Input', elem_id="fmripath", elem_classes="")
|
286 |
+
fmri_image_path = gr.Image(label='Reference Image', interactive=False)
|
287 |
gr.Examples(
|
288 |
examples=[
|
289 |
[file.replace('.jpg', '.npy'), file]
|