Spaces:
Sleeping
Sleeping
SceneDiffuser
commited on
Commit
•
97fb5a2
1
Parent(s):
7150512
Update app.py
Browse files
app.py
CHANGED
@@ -154,5 +154,7 @@ with gr.Blocks() as demo:
|
|
154 |
## arm motion planning
|
155 |
with gr.Tab("Arm Motion Planning"):
|
156 |
gr.Markdown('Coming soon!')
|
|
|
|
|
157 |
|
158 |
demo.launch()
|
|
|
154 |
## arm motion planning
|
155 |
with gr.Tab("Arm Motion Planning"):
|
156 |
gr.Markdown('Coming soon!')
|
157 |
+
|
158 |
+
gr.Markdown("<p>Note: Currently, the output results are pre-sampled results. We will deploy a real-time model after we release the code.</p>")
|
159 |
|
160 |
demo.launch()
|