Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -105,10 +105,10 @@ with gr.Blocks() as demo:
|
|
105 |
|
106 |
with gr.Column(visible=True) as vit_section:
|
107 |
image_input = gr.Image(label="Upload Image", type="pil")
|
108 |
-
vit_example = gr.Examples(
|
109 |
-
|
110 |
-
|
111 |
-
)
|
112 |
|
113 |
with gr.Column(visible=False) as nn_section:
|
114 |
file_input = gr.File(label="π Upload 30-feature TXT file", file_types=[".txt"])
|
|
|
105 |
|
106 |
with gr.Column(visible=True) as vit_section:
|
107 |
image_input = gr.Image(label="Upload Image", type="pil")
|
108 |
+
# vit_example = gr.Examples(
|
109 |
+
# examples=["images/benign (1)_aug_0.png", "images/malignant (1)_aug_0.png"], # Add scan images
|
110 |
+
# inputs=[image_input],
|
111 |
+
# )
|
112 |
|
113 |
with gr.Column(visible=False) as nn_section:
|
114 |
file_input = gr.File(label="π Upload 30-feature TXT file", file_types=[".txt"])
|