noumanjavaid commited on
Commit
592df53
·
verified ·
1 Parent(s): 7966a8f

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -311,4 +311,7 @@ with gr.Blocks(title="Smile Enhancement", css="footer {visibility: hidden} .grad
311
  )
312
 
313
  # Launch the app without showing Gradio branding or share links
314
- demo.queue(max_size=50).launch(show_api=False, show_error=False)
 
 
 
 
311
  )
312
 
313
  # Launch the app without showing Gradio branding or share links
314
+ demo.queue(max_size=50).launch(
315
+ show_api=False,
316
+ show_error=True,
317
+ )