Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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):
|