Spaces:
				
			
			
	
			
			
		Build error
		
	
	
	
			
			
	
	
	
	
		
		
		Build error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -5,6 +5,6 @@ from source.predict_sample import main_classification | |
| 5 | 
             
            iface = gr.Interface(fn=main_classification,
         | 
| 6 | 
             
                                 inputs=gr.Image(image_mode='RGB'),
         | 
| 7 | 
             
                                 outputs="text",
         | 
| 8 | 
            -
                                 title="Red Eye  | 
| 9 | 
             
                                 description="Upload an image, and the system will predict classification of human eye images (normal vs. with red-eye effect)")
         | 
| 10 | 
             
            iface.launch()
         | 
|  | |
| 5 | 
             
            iface = gr.Interface(fn=main_classification,
         | 
| 6 | 
             
                                 inputs=gr.Image(image_mode='RGB'),
         | 
| 7 | 
             
                                 outputs="text",
         | 
| 8 | 
            +
                                 title="Red Eye Classifier",
         | 
| 9 | 
             
                                 description="Upload an image, and the system will predict classification of human eye images (normal vs. with red-eye effect)")
         | 
| 10 | 
             
            iface.launch()
         | 
