leonelhs commited on
Commit
dccc7ae
1 Parent(s): 0deb3fa
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -79,3 +79,5 @@ with gr.Blocks(title="Face Shine") as app:
79
 
80
  with gr.Row():
81
  gr.HTML(footer)
 
 
 
79
 
80
  with gr.Row():
81
  gr.HTML(footer)
82
+
83
+ app.launch(share=False, debug=True, enable_queue=True, show_error=True)