Update app.py
Browse filesapp.queue()
app.launch(share=False, debug=True, show_error=True)
    	
        app.py
    CHANGED
    
    | 
         @@ -136,5 +136,5 @@ with gr.Blocks(title="Face Shine") as app: 
     | 
|
| 136 | 
         
             
                with gr.Row():
         
     | 
| 137 | 
         
             
                    gr.HTML(footer)
         
     | 
| 138 | 
         | 
| 139 | 
         
            -
            app.launch(share=False, debug=True, show_error=True)
         
     | 
| 140 | 
         
             
            app.queue()
         
     | 
| 
         | 
| 
         | 
|
| 136 | 
         
             
                with gr.Row():
         
     | 
| 137 | 
         
             
                    gr.HTML(footer)
         
     | 
| 138 | 
         | 
| 
         | 
|
| 139 | 
         
             
            app.queue()
         
     | 
| 140 | 
         
            +
            app.launch(share=False, debug=True, show_error=True)
         
     |