Spaces:
Runtime error
Runtime error
yuanze1024
commited on
Commit
·
d65e4f4
1
Parent(s):
a93072d
update markdown
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ def feel_lucky(is_sorted):
|
|
138 |
def launch():
|
139 |
with gr.Blocks() as demo: # https://sketchfab.com/3d-models/fd30f87848c9454c9225eccc39726787
|
140 |
md = gr.Markdown(r"""## LD-T3D: A Large-scale and Diverse Benchmark for Text-based 3D Model Retrieval
|
141 |
-
**Official 🤗 Gradio demo** for
|
142 |
with gr.Tab("Retrieval Visualization"):
|
143 |
with gr.Row():
|
144 |
md2 = gr.Markdown(r"""### Visualization for Text-Based-3D Model Retrieval
|
|
|
138 |
def launch():
|
139 |
with gr.Blocks() as demo: # https://sketchfab.com/3d-models/fd30f87848c9454c9225eccc39726787
|
140 |
md = gr.Markdown(r"""## LD-T3D: A Large-scale and Diverse Benchmark for Text-based 3D Model Retrieval
|
141 |
+
**Official 🤗 Gradio demo** for LD-T3D: A Large-scale and Diverse Benchmark for Text-based 3D Model Retrieval (paper not ready yet)""")
|
142 |
with gr.Tab("Retrieval Visualization"):
|
143 |
with gr.Row():
|
144 |
md2 = gr.Markdown(r"""### Visualization for Text-Based-3D Model Retrieval
|