Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -11,4 +11,4 @@ def sketch_recognition(img): 
     | 
|
| 11 | 
         | 
| 12 | 
         | 
| 13 | 
         
             
            gr.Interface(fn=sketch_recognition, inputs="sketchpad",
         
     | 
| 14 | 
         
            -
                         outputs="label").launch( 
     | 
| 
         | 
|
| 11 | 
         | 
| 12 | 
         | 
| 13 | 
         
             
            gr.Interface(fn=sketch_recognition, inputs="sketchpad",
         
     | 
| 14 | 
         
            +
                         outputs="label").launch()
         
     |