Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Commit 
							
							·
						
						b263b21
	
1
								Parent(s):
							
							ea25441
								
Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -3,7 +3,7 @@ import os | |
| 3 |  | 
| 4 | 
             
            import gradio as gr
         | 
| 5 | 
             
            import pytube as pt
         | 
| 6 | 
            -
            from speechbox import ASRDiarizationPipeline | 
| 7 |  | 
| 8 | 
             
            MODEL_NAME = "openai/whisper-tiny"
         | 
| 9 |  | 
|  | |
| 3 |  | 
| 4 | 
             
            import gradio as gr
         | 
| 5 | 
             
            import pytube as pt
         | 
| 6 | 
            +
            from speechbox import ASRDiarizationPipeline
         | 
| 7 |  | 
| 8 | 
             
            MODEL_NAME = "openai/whisper-tiny"
         | 
| 9 |  |