Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Commit 
							
							·
						
						1665b30
	
1
								Parent(s):
							
							b7bbd3d
								
Added model
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -13,4 +13,4 @@ image = gr.inputs.Image(shape=(192, 192)) 
     | 
|
| 13 | 
         
             
            label = gr.outputs.Label()
         
     | 
| 14 | 
         | 
| 15 | 
         
             
            intf = gr.Interface(fn=classify_image, inputs=image, outputs=label)
         
     | 
| 16 | 
         
            -
            intf.launch()
         
     | 
| 
         | 
|
| 13 | 
         
             
            label = gr.outputs.Label()
         
     | 
| 14 | 
         | 
| 15 | 
         
             
            intf = gr.Interface(fn=classify_image, inputs=image, outputs=label)
         
     | 
| 16 | 
         
            +
            intf.launch(inline=False)
         
     | 
    	
        model.pkl
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:c23ec1e2a1cf558fe22f11d5b1068a23b67b431ad8c7b8a49174bf41bc9cd35d
         
     | 
| 3 | 
         
            +
            size 87470635
         
     |