Commit
Β·
c6d57b5
1
Parent(s):
01eda12
add links to available datasets and example training notebooks in gradio interface
Browse files- gradio_interface.py +2 -0
gradio_interface.py
CHANGED
@@ -130,6 +130,8 @@ with gr.Blocks(title="πImageCLEFmed-MEDVQA-GI 2025 Submissions π") as demo
|
|
130 |
gr.Markdown("""
|
131 |
# π Welcome to the official submission portal for the [MEDVQA-GI 2025](https://www.imageclef.org/2025/medical/vqa) challenge! π₯π§¬
|
132 |
### π [**Challenge Homepage** in GitHub](https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025) | π [**Register** for ImageCLEF 2025](https://www.imageclef.org/2025#registration) | π
[**Competition Schedule**](https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025#:~:text=Schedule) | π¦ [**Submission Instructions**](https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025#-submission-system)π₯π₯
|
|
|
|
|
133 |
""")
|
134 |
with gr.Tab("View Submissions"):
|
135 |
gr.Markdown("### Submissions Table")
|
|
|
130 |
gr.Markdown("""
|
131 |
# π Welcome to the official submission portal for the [MEDVQA-GI 2025](https://www.imageclef.org/2025/medical/vqa) challenge! π₯π§¬
|
132 |
### π [**Challenge Homepage** in GitHub](https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025) | π [**Register** for ImageCLEF 2025](https://www.imageclef.org/2025#registration) | π
[**Competition Schedule**](https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025#:~:text=Schedule) | π¦ [**Submission Instructions**](https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025#-submission-system)π₯π₯
|
133 |
+
### π₯ [**Available Datasets**](https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025#-data) | π‘ [Tasks & Example Training **Notebooks**](https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025#-task-descriptions)π₯π₯
|
134 |
+
|
135 |
""")
|
136 |
with gr.Tab("View Submissions"):
|
137 |
gr.Markdown("### Submissions Table")
|