Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -310,7 +310,7 @@ gradio_app = gradio.Interface(
|
|
| 310 |
examples = example_list,
|
| 311 |
cache_examples = False,
|
| 312 |
title = "ChestVision",
|
| 313 |
-
description = "Deep
|
| 314 |
article = "Author: C. Foli (02.2026) | Website: coming soon...")
|
| 315 |
|
| 316 |
if __name__ == "__main__":
|
|
|
|
| 310 |
examples = example_list,
|
| 311 |
cache_examples = False,
|
| 312 |
title = "ChestVision",
|
| 313 |
+
description = "Deep CNN-based solutions for assistive medical diagnosis",
|
| 314 |
article = "Author: C. Foli (02.2026) | Website: coming soon...")
|
| 315 |
|
| 316 |
if __name__ == "__main__":
|