andromeda01111 commited on
Commit
036889a
Β·
verified Β·
1 Parent(s): a6e6be4

Update app.py

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