Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -91,7 +91,7 @@ def inference(audio, state=""): 
     | 
|
| 91 | 
         
             
                    print("Object type of response: ", type(response))
         
     | 
| 92 | 
         
             
                    #infered = list(map(lambda x: x.split(',')[0], infers))
         
     | 
| 93 | 
         
             
                    #print("Infered type is: ", type(infered))
         
     | 
| 94 | 
         
            -
                    state += infers 
     | 
| 95 | 
         
             
                    print("STATE ", state)
         
     | 
| 96 | 
         | 
| 97 | 
         | 
| 
         | 
|
| 91 | 
         
             
                    print("Object type of response: ", type(response))
         
     | 
| 92 | 
         
             
                    #infered = list(map(lambda x: x.split(',')[0], infers))
         
     | 
| 93 | 
         
             
                    #print("Infered type is: ", type(infered))
         
     | 
| 94 | 
         
            +
                    state += infers
         
     | 
| 95 | 
         
             
                    print("STATE ", state)
         
     | 
| 96 | 
         | 
| 97 | 
         |