Spaces:
Running
on
A10G
Running
on
A10G
Shariq F. Bhat
commited on
Commit
•
962e87a
1
Parent(s):
4c758db
add duplicate space and visitor badges
Browse files
app.py
CHANGED
@@ -38,5 +38,8 @@ with gr.Blocks(css=css) as demo:
|
|
38 |
with gr.Tab("360 Panorama to 3D"):
|
39 |
create_pano_to_3d_demo(model)
|
40 |
|
|
|
|
|
|
|
41 |
if __name__ == '__main__':
|
42 |
demo.queue().launch()
|
|
|
38 |
with gr.Tab("360 Panorama to 3D"):
|
39 |
create_pano_to_3d_demo(model)
|
40 |
|
41 |
+
gr.HTML('''<br><br><br><center>You can duplicate this Space to skip the queue:<a href="https://huggingface.co/spaces/shariqfarooq/ZoeDepth?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a><br>
|
42 |
+
<p><img src="https://visitor-badge.glitch.me/badge?page_id=shariqfarooq.zoedepth_demo_hf" alt="visitors"></p></center>''')
|
43 |
+
|
44 |
if __name__ == '__main__':
|
45 |
demo.queue().launch()
|