hamdanhh07 commited on
Commit
39b3728
1 Parent(s): f189f49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ example_list = [['examples/cov1.png'],
16
  ['examples/penu1.jpg'],
17
  ['examples/penu2.jpg']]
18
  title ="<p align='center'>COVID-19 Detection in Ultrasound with Timesformer</p>"
19
- description ="<p style='text-align: center'> Trained on 500 data using Hugging Face dataset<br>It is released by Facebook AI Research in ICML 202 </p><p style='text-align: center'>Follow me for more! <br> <a href='https://huggingface.co/spaces/hamdan07/UltraSound-Lung' target='_blank'>twitter</a> | <a href='https://huggingface.co/spaces/hamdan07/UltraSound-Lung' target='_blank'>github</a> | <a href='https://huggingface.co/spaces/hamdan07/UltraSound-Lung' target='_blank'>linkedin</a> | <a href='https://huggingface.co/spaces/hamdan07/UltraSound-Lung' target='_blank'>medium</a></p>"
20
 
21
 
22
 
 
16
  ['examples/penu1.jpg'],
17
  ['examples/penu2.jpg']]
18
  title ="<p align='center'>COVID-19 Detection in Ultrasound with Timesformer</p>"
19
+ 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>"
20
 
21
 
22