ngaggion commited on
Commit
93d3cef
·
1 Parent(s): c8a40ac
Files changed (2) hide show
  1. app.py +4 -1
  2. utils/example.jpg +0 -0
app.py CHANGED
@@ -240,7 +240,10 @@ if __name__ == "__main__":
240
  image_output = gr.Image(type="filepath", height=750)
241
  results = gr.File()
242
 
243
- gr.Markdown("""If you use this code, please cite:
 
 
 
244
 
245
  ```
246
  @article{gaggion2022TMI,
 
240
  image_output = gr.Image(type="filepath", height=750)
241
  results = gr.File()
242
 
243
+ gr.Markdown("""
244
+ Example image extracted from Wikipedia, released under CC0 Universial Public Domain: https://commons.wikimedia.org/wiki/File:Normal_posteroanterior_(PA)_chest_radiograph_(X-ray).jpg
245
+
246
+ If you use this code, please cite:
247
 
248
  ```
249
  @article{gaggion2022TMI,
utils/example.jpg CHANGED