hamdanhh07 commited on
Commit
fe60b99
1 Parent(s): 555deeb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,8 +21,8 @@ example_list = [['examples/cov1.png'],
21
  ['examples/nor2.jpg'],
22
  ['examples/penu1.jpg'],
23
  ['examples/penu2.jpg']]
24
- title ="<p align='center'>COVID-19 Detection in Ultrasound with Timesformer</p>"
25
- description ="<p style='text-align: center'> Trained on 500 data using Hugging Face dataset<br>It been traied using google/vit-base-patch16-224 </p><p style='text-align: center'>Link for the resource! <br> <a href='https://huggingface.co/datasets/hamdan07/UltraSound-lung' target='_blank'>Hugging Face Dataset</a> |<a href='https://huggingface.co/google/vit-base-patch16-224' target='_blank'>Model</a> | <a href='https://github.com/hamdanhh07/UltraSound-Lung' target='_blank'>github</a></p>"
26
 
27
 
28
 
 
21
  ['examples/nor2.jpg'],
22
  ['examples/penu1.jpg'],
23
  ['examples/penu2.jpg']]
24
+ title ="<p align='center'>COVID-19 Detection in Ultrasound with Transformer</p>"
25
+ description ="<p style='text-align: center'> Trained on 300 data using Hugging Face dataset<br>It been traied using google/vit-base-patch16-224 </p><p style='text-align: center'>Link for the resource! <br> <a href='https://huggingface.co/datasets/hamdan07/UltraSound-lung' target='_blank'>Hugging Face Dataset</a> |<a href='https://huggingface.co/google/vit-base-patch16-224' target='_blank'>Model</a> | <a href='https://github.com/hamdanhh07/UltraSound-Lung' target='_blank'>github</a></p>"
26
 
27
 
28