ameerazam08 commited on
Commit
3bdaa7e
1 Parent(s): 4802bf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -31,11 +31,6 @@ with gr.Blocks(css=css) as demo:
31
  gr.Markdown(description)
32
  with gr.Tab("Depth Prediction"):
33
  create_depth_pred_demo(model)
34
- with gr.Tab("Image to 3D"):
35
- create_im_to_3d_demo(model)
36
- with gr.Tab("360 Panorama to 3D"):
37
- create_pano_to_3d_demo(model)
38
-
39
  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>
40
  <p><img src="https://visitor-badge.glitch.me/badge?page_id=shariqfarooq.zoedepth_demo_hf" alt="visitors"></p></center>''')
41
 
 
31
  gr.Markdown(description)
32
  with gr.Tab("Depth Prediction"):
33
  create_depth_pred_demo(model)
 
 
 
 
 
34
  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>
35
  <p><img src="https://visitor-badge.glitch.me/badge?page_id=shariqfarooq.zoedepth_demo_hf" alt="visitors"></p></center>''')
36