Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			Zero
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			Zero
	fix link
Browse files
    	
        app.py
    CHANGED
    
    | @@ -519,18 +519,22 @@ with gr.Blocks( | |
| 519 | 
             
                """)
         | 
| 520 |  | 
| 521 | 
             
                # Links
         | 
| 522 | 
            -
                gr. | 
| 523 | 
            -
             | 
| 524 | 
            -
             | 
| 525 | 
            -
             | 
| 526 | 
            -
             | 
| 527 | 
            -
             | 
| 528 | 
            -
             | 
| 529 | 
            -
             | 
| 530 | 
            -
             | 
| 531 | 
            -
             | 
|  | |
|  | |
|  | |
| 532 | 
             
                """)
         | 
| 533 |  | 
|  | |
| 534 | 
             
                # Main input area
         | 
| 535 | 
             
                with gr.Row():
         | 
| 536 | 
             
                    with gr.Column(scale=3):
         | 
|  | |
| 519 | 
             
                """)
         | 
| 520 |  | 
| 521 | 
             
                # Links
         | 
| 522 | 
            +
                gr.HTML("""
         | 
| 523 | 
            +
                    <div class="links-container">
         | 
| 524 | 
            +
                        <a href="https://img.shields.io/badge/Python-3.10-brightgreen"><img src="https://img.shields.io/badge/Python-3.10-brightgreen" alt="Python 3.10"></a>
         | 
| 525 | 
            +
                        <a href="https://img.shields.io/badge/License-CC%20BY%204.0-lightblue"><img src="https://img.shields.io/badge/License-CC%20BY%204.0-lightblue" alt="License CC BY 4.0"></a>
         | 
| 526 | 
            +
                        <a href="https://arxiv.org/abs/2510.02797"><img src="https://img.shields.io/badge/arXiv-2510.02797-blue" alt="arXiv Paper"></a>
         | 
| 527 | 
            +
                        <a href="https://github.com/ASLP-lab/SongFormer"><img src="https://img.shields.io/badge/GitHub-SongFormer-black" alt="GitHub"></a>
         | 
| 528 | 
            +
                        <a href="https://huggingface.co/spaces/ASLP-lab/SongFormer"><img src="https://img.shields.io/badge/HuggingFace-space-yellow" alt="HuggingFace Space"></a>
         | 
| 529 | 
            +
                        <a href="https://huggingface.co/ASLP-lab/SongFormer"><img src="https://img.shields.io/badge/HuggingFace-model-blue" alt="HuggingFace Model"></a>
         | 
| 530 | 
            +
                        <a href="https://huggingface.co/datasets/ASLP-lab/SongFormDB"><img src="https://img.shields.io/badge/HF%20Dataset-SongFormDB-green" alt="Dataset SongFormDB"></a>
         | 
| 531 | 
            +
                        <a href="https://huggingface.co/datasets/ASLP-lab/SongFormBench"><img src="https://img.shields.io/badge/HF%20Dataset-SongFormBench-orange" alt="Dataset SongFormBench"></a>
         | 
| 532 | 
            +
                        <a href="https://discord.gg/p5uBryC4Zs"><img src="https://img.shields.io/badge/Discord-join%20us-purple?logo=discord&logoColor=white" alt="Discord"></a>
         | 
| 533 | 
            +
                        <a href="http://www.npu-aslp.org/"><img src="https://img.shields.io/badge/%F0%9F%8F%AB-ASLP-grey?labelColor=lightgrey" alt="ASLP lab"></a>
         | 
| 534 | 
            +
                    </div>            
         | 
| 535 | 
             
                """)
         | 
| 536 |  | 
| 537 | 
            +
             | 
| 538 | 
             
                # Main input area
         | 
| 539 | 
             
                with gr.Row():
         | 
| 540 | 
             
                    with gr.Column(scale=3):
         | 
