Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -79,7 +79,7 @@ def getImageID(examples):
|
|
| 79 |
print(imgIDs[examples[1]])
|
| 80 |
return imgIDs[examples[1]]
|
| 81 |
|
| 82 |
-
examples = [[f"example{i}.jpg"
|
| 83 |
|
| 84 |
description= "You can generate captions by uploading an X-Ray and selecting a model of your choice below. Please select the number of Max Tokens and Temperature setting, if you are testing CLIP GPT2 and VIT GPT2 Models"
|
| 85 |
title = "MedViT: A Vision Transformer-Driven Method for Generating Medical Reports 🏥🤖"
|
|
|
|
| 79 |
print(imgIDs[examples[1]])
|
| 80 |
return imgIDs[examples[1]]
|
| 81 |
|
| 82 |
+
examples = [[f"example{i}.jpg"] for i in range(1,7)]
|
| 83 |
|
| 84 |
description= "You can generate captions by uploading an X-Ray and selecting a model of your choice below. Please select the number of Max Tokens and Temperature setting, if you are testing CLIP GPT2 and VIT GPT2 Models"
|
| 85 |
title = "MedViT: A Vision Transformer-Driven Method for Generating Medical Reports 🏥🤖"
|