Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -95,7 +95,7 @@ demo = gr.Interface( 
     | 
|
| 95 | 
         
             
                inputs=gr.Image(type="pil", label="Input Image"),
         
     | 
| 96 | 
         
             
                outputs=gr.Image(type="pil", label="Output Image"),
         
     | 
| 97 | 
         
             
                title="Watermark Remover.",
         
     | 
| 98 | 
         
            -
                description="Upload images and remove selected watermarks using Florence and  
     | 
| 99 | 
         
             
            )
         
     | 
| 100 | 
         
             
            # Launch Gradio interface with example images
         
     | 
| 101 | 
         
             
            if __name__ == "__main__":
         
     | 
| 
         | 
|
| 95 | 
         
             
                inputs=gr.Image(type="pil", label="Input Image"),
         
     | 
| 96 | 
         
             
                outputs=gr.Image(type="pil", label="Output Image"),
         
     | 
| 97 | 
         
             
                title="Watermark Remover.",
         
     | 
| 98 | 
         
            +
                description="Upload images and remove selected watermarks using Florence and Lama Cleaner."
         
     | 
| 99 | 
         
             
            )
         
     | 
| 100 | 
         
             
            # Launch Gradio interface with example images
         
     | 
| 101 | 
         
             
            if __name__ == "__main__":
         
     |