Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Commit 
							
							Β·
						
						f18d6a9
	
1
								Parent(s):
							
							ad807d7
								
Update submission portal description for Medico 2025 challenge
Browse files
    	
        medvqa/competitions/medico-2025/submission_portal.py
    CHANGED
    
    | 
         @@ -119,10 +119,7 @@ def refresh_page(): 
     | 
|
| 119 | 
         
             
            with gr.Blocks(title="π MediaEval Medico 2025 Submissions π") as demo:
         
     | 
| 120 | 
         
             
                gr.Markdown("""
         
     | 
| 121 | 
         
             
            # π Welcome to the official submission portal for the **[MediaEval Medico 2025](https://multimediaeval.github.io/editions/2025/tasks/medico/)** challenge! π₯π  
         
     | 
| 122 | 
         
            -
            ### π [**GitHub Repository**](https://github.com/simula/MediaEval-Medico-2025) | π [**MediaEval 2025 Task Page**](https://multimediaeval.github.io/editions/2025/tasks/medico/) 
     | 
| 123 | 
         
            -
            ---
         
     | 
| 124 | 
         
            -
            The **MediaEval Medico 2025 Challenge** π¬ focuses on **Visual Question Answering (VQA)** for **Gastrointestinal (GI) imaging**, emphasizing **explainability** π€π to foster **trustworthy AI** for clinical adoption βοΈ.
         
     | 
| 125 | 
         
            -
            This task continues the long-running **Medico series** at MediaEval and leverages the newly developed **Kvasir-VQA-x1** dataset, enabling **multimodal reasoning** and **interpretable clinical decision support** π.
         
     | 
| 126 | 
         
             
            ### π¦ [**Available Datasets**](https://github.com/simula/MediaEval-Medico-2025#-dataset-overview-kvasir-vqa-x1) | π§  [**Task Details & Training Resources**](https://github.com/simula/MediaEval-Medico-2025?tab=readme-ov-file#-task-descriptions) | π [**Submission Instructions**](https://github.com/simula/MediaEval-Medico-2025#submission)  
         
     | 
| 127 | 
         
             
            ---
         
     | 
| 128 | 
         
             
            """)
         
     | 
| 
         | 
|
| 119 | 
         
             
            with gr.Blocks(title="π MediaEval Medico 2025 Submissions π") as demo:
         
     | 
| 120 | 
         
             
                gr.Markdown("""
         
     | 
| 121 | 
         
             
            # π Welcome to the official submission portal for the **[MediaEval Medico 2025](https://multimediaeval.github.io/editions/2025/tasks/medico/)** challenge! π₯π  
         
     | 
| 122 | 
         
            +
            ### π [**GitHub Repository**](https://github.com/simula/MediaEval-Medico-2025) | π [**MediaEval 2025 Task Page**](https://multimediaeval.github.io/editions/2025/tasks/medico/) 
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 123 | 
         
             
            ### π¦ [**Available Datasets**](https://github.com/simula/MediaEval-Medico-2025#-dataset-overview-kvasir-vqa-x1) | π§  [**Task Details & Training Resources**](https://github.com/simula/MediaEval-Medico-2025?tab=readme-ov-file#-task-descriptions) | π [**Submission Instructions**](https://github.com/simula/MediaEval-Medico-2025#submission)  
         
     | 
| 124 | 
         
             
            ---
         
     | 
| 125 | 
         
             
            """)
         
     |