Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -128,7 +128,7 @@ with demo: | |
| 128 | 
             
                        with gr.Row(): 
         | 
| 129 | 
             
                            example_images = gr.Dataset(components=[img_input],
         | 
| 130 | 
             
                                                        samples=[[path.as_posix()]
         | 
| 131 | 
            -
                                                                 for path in sorted(pathlib.Path('images').rglob('*.JPG')])
         | 
| 132 |  | 
| 133 | 
             
                        img_but = gr.Button('Detect')
         | 
| 134 |  | 
|  | |
| 128 | 
             
                        with gr.Row(): 
         | 
| 129 | 
             
                            example_images = gr.Dataset(components=[img_input],
         | 
| 130 | 
             
                                                        samples=[[path.as_posix()]
         | 
| 131 | 
            +
                                                                 for path in sorted(pathlib.Path('images').rglob('*.JPG'))])
         | 
| 132 |  | 
| 133 | 
             
                        img_but = gr.Button('Detect')
         | 
| 134 |  | 

