Spaces:
Runtime error
Runtime error
Jingkang Yang
commited on
Commit
·
c48c100
1
Parent(s):
46a52de
update app
Browse files
app.py
CHANGED
@@ -212,10 +212,10 @@ def greet_scannet(rgb_input, depth_map_input, class_candidates):
|
|
212 |
|
213 |
|
214 |
with gr.Blocks(analytics_enabled=False) as segrgbd_iface:
|
215 |
-
gr.Markdown("<div align='center'> <h2>
|
216 |
<a style='font-size:18px;color: #000000' href='https://github.com/Jun-CEN/SegmentAnyRGBD'> Github </div>")
|
217 |
|
218 |
-
gr.Markdown("<b> You may duplicate the space and upgrade to GPU in settings for better performance and faster inference without waiting in the queue. <a style='display:inline-block' href='https://huggingface.co/spaces/jcenaa/Semantic_Segment_AnyRGBD?duplicate=true'> <img src='https://bit.ly/3gLdBN6' alt='Duplicate Space'></a> </b>")
|
219 |
#######t2v#######
|
220 |
with gr.Tab(label="Dataset: Sailvos3D"):
|
221 |
with gr.Column():
|
|
|
212 |
|
213 |
|
214 |
with gr.Blocks(analytics_enabled=False) as segrgbd_iface:
|
215 |
+
gr.Markdown("<div align='center'> <h2> Segment Any RGBD </span> </h2> \
|
216 |
<a style='font-size:18px;color: #000000' href='https://github.com/Jun-CEN/SegmentAnyRGBD'> Github </div>")
|
217 |
|
218 |
+
gr.Markdown("<b> Note that you need a GPU for this project. You may duplicate the space and upgrade to GPU in settings for better performance and faster inference without waiting in the queue. <a style='display:inline-block' href='https://huggingface.co/spaces/jcenaa/Semantic_Segment_AnyRGBD?duplicate=true'> <img src='https://bit.ly/3gLdBN6' alt='Duplicate Space'></a> </b>")
|
219 |
#######t2v#######
|
220 |
with gr.Tab(label="Dataset: Sailvos3D"):
|
221 |
with gr.Column():
|