Jyothirmai commited on
Commit
a578925
1 Parent(s): c9cfda8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ sample_images = [
29
  with gr.Blocks() as demo:
30
  with gr.Row():
31
  image = gr.Image(label="Upload Chest X-ray")
32
- sample_images = gr.Images(sample_images, label="Sample Images") # Updated Component Name
33
  with gr.Row():
34
  model_choice = gr.Radio(["CLIP-GPT2", "ViT-GPT2", "ViT-CoAttention"], label="Select Model")
35
  with gr.Row():
 
29
  with gr.Blocks() as demo:
30
  with gr.Row():
31
  image = gr.Image(label="Upload Chest X-ray")
32
+ sample_images = gr.Image(sample_images, label="Sample Images") # Updated Component Name
33
  with gr.Row():
34
  model_choice = gr.Radio(["CLIP-GPT2", "ViT-GPT2", "ViT-CoAttention"], label="Select Model")
35
  with gr.Row():