Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	fix typo
Browse files
    	
        app.py
    CHANGED
    
    | @@ -115,7 +115,7 @@ async def main(): | |
| 115 | 
             
                        rtc_configuration={"iceServers": get_ice_servers()},
         | 
| 116 | 
             
                        async_processing=True,
         | 
| 117 | 
             
                    )
         | 
| 118 | 
            -
                    system_one_audio_status = st.markdown("Initializing... may  | 
| 119 |  | 
| 120 | 
             
                if not webrtc_ctx.state.playing:
         | 
| 121 | 
             
                    exit
         | 
|  | |
| 115 | 
             
                        rtc_configuration={"iceServers": get_ice_servers()},
         | 
| 116 | 
             
                        async_processing=True,
         | 
| 117 | 
             
                    )
         | 
| 118 | 
            +
                    system_one_audio_status = st.markdown("Initializing... may take some time (caching models, etc.)")
         | 
| 119 |  | 
| 120 | 
             
                if not webrtc_ctx.state.playing:
         | 
| 121 | 
             
                    exit
         | 
