nick_93 commited on
Commit
05c4ff3
1 Parent(s): 53cbc64
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -133,8 +133,8 @@ def main():
133
  with gr.Blocks() as demo:
134
  gr.Markdown(title)
135
  gr.Markdown(description)
136
- with gr.Tab("Depth Prediction"):
137
- create_depth_demo(model_refseg, device)
138
  with gr.Tab("Referring Segmentation"):
139
  create_refseg_demo(model_refseg, tokenizer, device)
140
  gr.HTML('''<br><br><br><center>You can duplicate this Space to skip the queue:<a href="https://huggingface.co/spaces/MykolaL/evp?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a><br>
 
133
  with gr.Blocks() as demo:
134
  gr.Markdown(title)
135
  gr.Markdown(description)
136
+ #with gr.Tab("Depth Prediction"):
137
+ # create_depth_demo(model_refseg, device)
138
  with gr.Tab("Referring Segmentation"):
139
  create_refseg_demo(model_refseg, tokenizer, device)
140
  gr.HTML('''<br><br><br><center>You can duplicate this Space to skip the queue:<a href="https://huggingface.co/spaces/MykolaL/evp?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a><br>