Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -45,7 +45,8 @@ se_demo = gr.Interface( | |
| 45 | 
             
                article = ("<p style='text-align: center'><a href='https://arxiv.org/abs/2206.07293' target='_blank'>FRCRN: Boosting Feature Representation Using Frequency Recurrence for Monaural Speech Enhancement</a> | <a href='https://github.com/alibabasglab' target='_blank'>Github Repo</a></p>"
         | 
| 46 | 
             
                          ),
         | 
| 47 | 
             
                examples = [
         | 
| 48 | 
            -
                    [' | 
|  | |
| 49 | 
             
                ],
         | 
| 50 | 
             
                cache_examples = True,
         | 
| 51 | 
             
            )
         | 
| @@ -64,7 +65,8 @@ ss_demo = gr.Interface( | |
| 64 | 
             
                article = ("<p style='text-align: center'><a href='https://arxiv.org/abs/2302.11824' target='_blank'>MossFormer: Pushing the Performance Limit of Monaural Speech Separation using Gated Single-Head Transformer with Convolution-Augmented Joint Self-Attentions</a> | <a href='https://github.com/alibabasglab' target='_blank'>Github Repo</a></p>"
         | 
| 65 | 
             
                          "<p style='text-align: center'><a href='https://arxiv.org/abs/2312.11825' target='_blank'>MossFormer2: Combining Transformer and RNN-Free Recurrent Network for Enhanced Time-Domain Monaural Speech Separation</a> | <a href='https://github.com/alibabasglab' target='_blank'>Github Repo</a></p>"),
         | 
| 66 | 
             
                examples = [
         | 
| 67 | 
            -
                    [' | 
|  | |
| 68 | 
             
                ],
         | 
| 69 | 
             
                cache_examples = True,
         | 
| 70 | 
             
            )
         | 
|  | |
| 45 | 
             
                article = ("<p style='text-align: center'><a href='https://arxiv.org/abs/2206.07293' target='_blank'>FRCRN: Boosting Feature Representation Using Frequency Recurrence for Monaural Speech Enhancement</a> | <a href='https://github.com/alibabasglab' target='_blank'>Github Repo</a></p>"
         | 
| 46 | 
             
                          ),
         | 
| 47 | 
             
                examples = [
         | 
| 48 | 
            +
                    ['examples/mandarin_speech_16kHz.wav'],
         | 
| 49 | 
            +
                    ['examples/english_speech_48kHz.wav'],
         | 
| 50 | 
             
                ],
         | 
| 51 | 
             
                cache_examples = True,
         | 
| 52 | 
             
            )
         | 
|  | |
| 65 | 
             
                article = ("<p style='text-align: center'><a href='https://arxiv.org/abs/2302.11824' target='_blank'>MossFormer: Pushing the Performance Limit of Monaural Speech Separation using Gated Single-Head Transformer with Convolution-Augmented Joint Self-Attentions</a> | <a href='https://github.com/alibabasglab' target='_blank'>Github Repo</a></p>"
         | 
| 66 | 
             
                          "<p style='text-align: center'><a href='https://arxiv.org/abs/2312.11825' target='_blank'>MossFormer2: Combining Transformer and RNN-Free Recurrent Network for Enhanced Time-Domain Monaural Speech Separation</a> | <a href='https://github.com/alibabasglab' target='_blank'>Github Repo</a></p>"),
         | 
| 67 | 
             
                examples = [
         | 
| 68 | 
            +
                    ['examples/female_female_speech.wav'],
         | 
| 69 | 
            +
                    ['examples/female_male_speech.wav'],
         | 
| 70 | 
             
                ],
         | 
| 71 | 
             
                cache_examples = True,
         | 
| 72 | 
             
            )
         |