Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Commit 
							
							·
						
						4a907c1
	
1
								Parent(s):
							
							c056859
								
test
Browse files
    	
        app.py
    CHANGED
    
    | @@ -29,8 +29,8 @@ def predict_image(image): | |
| 29 | 
             
                return sorted_labels
         | 
| 30 |  | 
| 31 | 
             
            title = "ViT Mask Detection"
         | 
| 32 | 
            -
            description = "Gradio demo for ViT-16 Mask Image Classification created by <a href='https://github.com/stevenlimcorn'>Steven Limcorn</a>"
         | 
| 33 | 
            -
            article = "An Application made by stevenlimcorn. Notebook access at: <a href='https://github.com/stevenlimcorn/Mask-Classification'></ | 
| 34 |  | 
| 35 | 
             
            demo = gr.Interface(predict_image, 
         | 
| 36 | 
             
                                inputs=gr.Image(label="Input Image", type="pil", source="webcam"),
         | 
|  | |
| 29 | 
             
                return sorted_labels
         | 
| 30 |  | 
| 31 | 
             
            title = "ViT Mask Detection"
         | 
| 32 | 
            +
            description = "<p style='text-align: center'>Gradio demo for ViT-16 Mask Image Classification created by <a href='https://github.com/stevenlimcorn'>Steven Limcorn</a></p>"
         | 
| 33 | 
            +
            article = "<p style='text-align: center'>An Application made by stevenlimcorn. Notebook access at: <a href='https://github.com/stevenlimcorn/Mask-Classification'>Mask Classification</a></p>"
         | 
| 34 |  | 
| 35 | 
             
            demo = gr.Interface(predict_image, 
         | 
| 36 | 
             
                                inputs=gr.Image(label="Input Image", type="pil", source="webcam"),
         | 
