manu02 commited on
Commit
ab47fd1
·
verified ·
1 Parent(s): 0c79719

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  # app.py
2
  """
3
- 🖼️→📝 Image-to-Text Attention Visualizer (Custom Model)
4
  - Loads your custom model via create_complete_model()
5
  - Accepts an image, applies your transform, then calls:
6
  model.generate(pixel_values=..., max_new_tokens=..., output_attentions=True)
 
1
  # app.py
2
  """
3
+ 🖼️→📝 Chest X-ray Report Generation + Attention Visualizer (Custom Model)
4
  - Loads your custom model via create_complete_model()
5
  - Accepts an image, applies your transform, then calls:
6
  model.generate(pixel_values=..., max_new_tokens=..., output_attentions=True)