Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	removing component
Browse files
    	
        app.py
    CHANGED
    
    | @@ -41,7 +41,7 @@ def query(image, top_k=4): | |
| 41 | 
             
                    url = "https://en.wikipedia.org/wiki/Butterfly"
         | 
| 42 | 
             
                    url = " You can learn more about butterflies [here](" + str(url) + ")!"
         | 
| 43 | 
             
                    description = description + url
         | 
| 44 | 
            -
                return images_with_captions, labels_with_probs | 
| 45 |  | 
| 46 |  | 
| 47 | 
             
            with gr.Blocks() as demo:
         | 
|  | |
| 41 | 
             
                    url = "https://en.wikipedia.org/wiki/Butterfly"
         | 
| 42 | 
             
                    url = " You can learn more about butterflies [here](" + str(url) + ")!"
         | 
| 43 | 
             
                    description = description + url
         | 
| 44 | 
            +
                return images_with_captions, labels_with_probs
         | 
| 45 |  | 
| 46 |  | 
| 47 | 
             
            with gr.Blocks() as demo:
         | 
