Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -45,7 +45,7 @@ def clip_search(search_string): | |
| 45 | 
             
                    photo_id = photo_filenames[idx]
         | 
| 46 | 
             
                    caption = descriptions[idx]
         | 
| 47 |  | 
| 48 | 
            -
                    images.append([('images/' + str(photo_id)),  caption])
         | 
| 49 | 
             
                return images
         | 
| 50 |  | 
| 51 | 
             
            css = "footer {display: none !important;} .gradio-container {min-height: 0px !important;}"
         | 
|  | |
| 45 | 
             
                    photo_id = photo_filenames[idx]
         | 
| 46 | 
             
                    caption = descriptions[idx]
         | 
| 47 |  | 
| 48 | 
            +
                    images.append([('https://thegogglesdonothing.com/projects/clipsearch/StanfordVRC/images/' + str(photo_id)),  caption])
         | 
| 49 | 
             
                return images
         | 
| 50 |  | 
| 51 | 
             
            css = "footer {display: none !important;} .gradio-container {min-height: 0px !important;}"
         | 
