SceneDiffuser commited on
Commit
97fb5a2
1 Parent(s): 7150512

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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()