Jyothirmai commited on
Commit
367fd26
·
verified ·
1 Parent(s): 3f69f5c

Update app.py

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