Yatsuiii commited on
Commit
52b53fe
·
verified ·
1 Parent(s): 4ef1a17

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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