Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
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(
|
|
|
|
|
|
|
|
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 |
+
)
|