Jyothirmai commited on
Commit
649e6dc
·
verified ·
1 Parent(s): 678675f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ with gr.Blocks() as demo:
30
  gr.HTML("<p style='text-align: center;'>You can generate captions by uploading an X-Ray and selecting a model of your choice below</p>")
31
 
32
  sample_data = [
33
- ['https://imgur.com/W1pIr9b', '75', '0.7', 'CLIP-GPT2, ViT-GPT2, ViT-CoAttention', '...'],
34
  ['https://imgur.com/MLJaWnf', '50' ,'0.8', 'CLIP-GPT2, ViT-CoAttention', '...']
35
  ]
36
 
 
30
  gr.HTML("<p style='text-align: center;'>You can generate captions by uploading an X-Ray and selecting a model of your choice below</p>")
31
 
32
  sample_data = [
33
+ ['sample/CXR192_IM-0598-1001.png', '75', '0.7', 'CLIP-GPT2, ViT-GPT2, ViT-CoAttention', '...'],
34
  ['https://imgur.com/MLJaWnf', '50' ,'0.8', 'CLIP-GPT2, ViT-CoAttention', '...']
35
  ]
36