Spaces:
				
			
			
	
			
			
					
		Running
		
			on 
			
			CPU Upgrade
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
			on 
			
			CPU Upgrade
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -79,8 +79,8 @@ def segment(inp): | |
| 79 |  | 
| 80 | 
             
            import gradio as gr
         | 
| 81 |  | 
| 82 | 
            -
            i = gr. | 
| 83 | 
            -
            o = gr. | 
| 84 |  | 
| 85 | 
             
            examples = [["img1.jpg"], ["img2.jpg"]]
         | 
| 86 | 
             
            title = None #"Left Ventricle Segmentation"
         | 
|  | |
| 79 |  | 
| 80 | 
             
            import gradio as gr
         | 
| 81 |  | 
| 82 | 
            +
            i = gr.Image(shape=(112, 112))
         | 
| 83 | 
            +
            o = gr.Image()
         | 
| 84 |  | 
| 85 | 
             
            examples = [["img1.jpg"], ["img2.jpg"]]
         | 
| 86 | 
             
            title = None #"Left Ventricle Segmentation"
         | 
