Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Commit 
							
							Β·
						
						168d2de
	
1
								Parent(s):
							
							1c827e2
								
modified: app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -124,5 +124,5 @@ def everything(audio_paths): | |
| 124 | 
             
                # # - https://huggingface.co/oliverguhr/spelling-correction-english-base?text=lets+do+a+comparsion
         | 
| 125 |  | 
| 126 | 
             
            demo = gr.Interface(fn=everything,
         | 
| 127 | 
            -
                                inputs = [gr.UploadButton]
         | 
| 128 | 
            -
                                outputs = ["text"])
         | 
|  | |
| 124 | 
             
                # # - https://huggingface.co/oliverguhr/spelling-correction-english-base?text=lets+do+a+comparsion
         | 
| 125 |  | 
| 126 | 
             
            demo = gr.Interface(fn=everything,
         | 
| 127 | 
            +
                                inputs = [gr.UploadButton],
         | 
| 128 | 
            +
                                outputs = ["text"]))
         |