Rohith1112 commited on
Commit
1105285
·
verified ·
1 Parent(s): 9cd5c21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -219,7 +219,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=custom_css) as chat_ui:
219
  uploaded_image = gr.File(
220
  label="Upload Medical Image (.npy format)",
221
  file_types=[".npy"],
222
- type="file"
223
  )
224
 
225
  with gr.Column(scale=1):
 
219
  uploaded_image = gr.File(
220
  label="Upload Medical Image (.npy format)",
221
  file_types=[".npy"],
222
+ type="filepath"
223
  )
224
 
225
  with gr.Column(scale=1):