Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
['
|
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 |
|