Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	fixes
Browse files
    	
        app.py
    CHANGED
    
    | @@ -49,7 +49,7 @@ def process_inputs(image, audio): | |
| 49 | 
             
            iface = gr.Interface(
         | 
| 50 | 
             
                fn=process_inputs,
         | 
| 51 | 
             
                inputs=[
         | 
| 52 | 
            -
                    gr.Image(label="Upload Image"),
         | 
| 53 | 
             
                    gr.Audio(label="Ask Question about the Image")
         | 
| 54 | 
             
                ],
         | 
| 55 | 
             
                outputs=gr.Textbox(label="Answer"),
         | 
|  | |
| 49 | 
             
            iface = gr.Interface(
         | 
| 50 | 
             
                fn=process_inputs,
         | 
| 51 | 
             
                inputs=[
         | 
| 52 | 
            +
                    gr.Image(label="Upload Image", type="pil"),
         | 
| 53 | 
             
                    gr.Audio(label="Ask Question about the Image")
         | 
| 54 | 
             
                ],
         | 
| 55 | 
             
                outputs=gr.Textbox(label="Answer"),
         | 
