Spaces:
Sleeping
Sleeping
Update demo.py
Browse files
demo.py
CHANGED
@@ -139,6 +139,6 @@ with gr.Blocks() as demo:
|
|
139 |
compare_result_output = gr.HTML(label='Result')
|
140 |
|
141 |
compare_face_button.click(compare_face, inputs=[compare_face_input1, compare_face_input2], outputs=[compare_face_output, compare_result_output])
|
142 |
-
gr.HTML('<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fhuggingface.co%2Fspaces%
|
143 |
|
144 |
demo.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
139 |
compare_result_output = gr.HTML(label='Result')
|
140 |
|
141 |
compare_face_button.click(compare_face, inputs=[compare_face_input1, compare_face_input2], outputs=[compare_face_output, compare_result_output])
|
142 |
+
gr.HTML('<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2Ft4trust%2FT4Face"><img src="https://api.visitorbadge.io/api/combined?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FT4trust%2FT4Face&countColor=%23263759" /></a>')
|
143 |
|
144 |
demo.launch(server_name="0.0.0.0", server_port=7860)
|