Jyothirmai commited on
Commit
0a2f651
β€’
1 Parent(s): 137fe42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",str(i)] 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 πŸ₯πŸ€–"
 
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 πŸ₯πŸ€–"