Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -114,7 +114,7 @@ with gr.Blocks() as demo: | |
| 114 | 
             
                                with gr.Row():
         | 
| 115 | 
             
                                    # Add audio
         | 
| 116 | 
             
                                    # audio_upload = gr.Audio(source="upload", type="filepath")
         | 
| 117 | 
            -
                                     | 
| 118 | 
             
                                    audio_upload = gr.Audio(source="upload", type="filepath", value=audio_mic)
         | 
| 119 |  | 
| 120 | 
             
                            # with gr.Column():
         | 
|  | |
| 114 | 
             
                                with gr.Row():
         | 
| 115 | 
             
                                    # Add audio
         | 
| 116 | 
             
                                    # audio_upload = gr.Audio(source="upload", type="filepath")
         | 
| 117 | 
            +
                                    audio_mic = gr.Audio(source="microphone", type="filepath", format="mp3")
         | 
| 118 | 
             
                                    audio_upload = gr.Audio(source="upload", type="filepath", value=audio_mic)
         | 
| 119 |  | 
| 120 | 
             
                            # with gr.Column():
         |