grammar
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ with gr.Blocks(theme=gr.themes.Default(text_size="lg", radius_size="none")) as d
|
|
69 |
For localization mode, please only provide one query string in the "queries" text box. After hitting "Run", the model will generate a heatmap for the provided query text.
|
70 |
Please click on the buttons below "Objaverse" and "In the Wild" for some examples. You can also upload your own .pcd files.</p>
|
71 |
<p style='font-size: 16px;'>Hint: we provide some part names for the examples below.
|
72 |
-
When working with your own point cloud,
|
73 |
'''
|
74 |
)
|
75 |
|
|
|
69 |
For localization mode, please only provide one query string in the "queries" text box. After hitting "Run", the model will generate a heatmap for the provided query text.
|
70 |
Please click on the buttons below "Objaverse" and "In the Wild" for some examples. You can also upload your own .pcd files.</p>
|
71 |
<p style='font-size: 16px;'>Hint: we provide some part names for the examples below.
|
72 |
+
When working with your own point cloud, feel free to rephrase the query (e.g. "part" vs "part of a object") to achieve better performance!</p>
|
73 |
'''
|
74 |
)
|
75 |
|