Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -189,7 +189,6 @@ Fine-tuned **Qwen2.5-7B-Instruct** clinical report generation running on **AMD I
|
|
| 189 |
with gr.Row():
|
| 190 |
file_input = gr.File(
|
| 191 |
label="Upload CC200 fMRI file (.1D or .npz)",
|
| 192 |
-
file_types=[".1D", ".npz"],
|
| 193 |
type="filepath",
|
| 194 |
)
|
| 195 |
|
|
|
|
| 189 |
with gr.Row():
|
| 190 |
file_input = gr.File(
|
| 191 |
label="Upload CC200 fMRI file (.1D or .npz)",
|
|
|
|
| 192 |
type="filepath",
|
| 193 |
)
|
| 194 |
|