Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -14,7 +14,9 @@ def fn_clearvoice(input_wav): | |
| 14 | 
             
                    output_wav = output_wav_dict
         | 
| 15 | 
             
                sf.write('enhanced.wav', output_wav, 16000)
         | 
| 16 | 
             
                return 'enhanced.wav'
         | 
| 17 | 
            -
             | 
|  | |
|  | |
| 18 | 
             
            se_demo = gr.Interface(
         | 
| 19 | 
             
                fn=fn_clearvoice,
         | 
| 20 | 
             
                inputs = [
         | 
|  | |
| 14 | 
             
                    output_wav = output_wav_dict
         | 
| 15 | 
             
                sf.write('enhanced.wav', output_wav, 16000)
         | 
| 16 | 
             
                return 'enhanced.wav'
         | 
| 17 | 
            +
             | 
| 18 | 
            +
            demo = gr.Blocks()
         | 
| 19 | 
            +
             | 
| 20 | 
             
            se_demo = gr.Interface(
         | 
| 21 | 
             
                fn=fn_clearvoice,
         | 
| 22 | 
             
                inputs = [
         |