Zhu-FaceOnLive commited on
Commit
ee055ed
·
verified ·
1 Parent(s): 4d63675

Update gradio/demo.py

Browse files
Files changed (1) hide show
  1. gradio/demo.py +1 -1
gradio/demo.py CHANGED
@@ -37,4 +37,4 @@ with gr.Blocks() as demo:
37
 
38
  gr.HTML('<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FFaceOnLive%2FFace-Liveness-Detection-SDK"><img src="https://api.visitorbadge.io/api/combined?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FFaceOnLive%2FFace-Liveness-Detection-SDK&labelColor=%23ff8a65&countColor=%2337d67a&style=flat&labelStyle=upper" /></a>')
39
 
40
- demo.launch(server_name="0.0.0.0", server_port=7860)
 
37
 
38
  gr.HTML('<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FFaceOnLive%2FFace-Liveness-Detection-SDK"><img src="https://api.visitorbadge.io/api/combined?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FFaceOnLive%2FFace-Liveness-Detection-SDK&labelColor=%23ff8a65&countColor=%2337d67a&style=flat&labelStyle=upper" /></a>')
39
 
40
+ demo.launch(server_name="0.0.0.0", server_port=7860, show_api=False)