Spaces:
Runtime error
Runtime error
hamdanhh07
commited on
Update app.py
Browse files
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
|
25 |
-
description ="<p style='text-align: center'> Trained on
|
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 |
|