Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -28,7 +28,7 @@ interface = gr.Interface( 
     | 
|
| 28 | 
         
             
                fn=detect,
         
     | 
| 29 | 
         
             
                inputs=gr.Image(type="pil"),
         
     | 
| 30 | 
         
             
                outputs=gr.Image(type="pil"),
         
     | 
| 31 | 
         
            -
                title=" 
     | 
| 32 | 
         
             
            )
         
     | 
| 33 | 
         | 
| 34 | 
         
             
            # Launch app
         
     | 
| 
         | 
|
| 28 | 
         
             
                fn=detect,
         
     | 
| 29 | 
         
             
                inputs=gr.Image(type="pil"),
         
     | 
| 30 | 
         
             
                outputs=gr.Image(type="pil"),
         
     | 
| 31 | 
         
            +
                title="Indian Sign Language Recognition"
         
     | 
| 32 | 
         
             
            )
         
     | 
| 33 | 
         | 
| 34 | 
         
             
            # Launch app
         
     |