Spaces:
Sleeping
Sleeping
Commit
·
26b60f0
1
Parent(s):
099c864
Update description
Browse files
app.py
CHANGED
|
@@ -118,7 +118,7 @@ demo = gr.Interface(
|
|
| 118 |
],
|
| 119 |
outputs = gr.Image(label="generated waypoint"),
|
| 120 |
title="CANVAS Demo",
|
| 121 |
-
description="This is the demo of the [CANVAS-S](https://huggingface.co/maum-ai/CANVAS-S) model from our paper, [CANVAS: Commonsense-Aware Navigation System for Intuitive Human-Robot Interaction](https://worv-ai.github.io/canvas)
|
| 122 |
examples=examples
|
| 123 |
)
|
| 124 |
|
|
|
|
| 118 |
],
|
| 119 |
outputs = gr.Image(label="generated waypoint"),
|
| 120 |
title="CANVAS Demo",
|
| 121 |
+
description="This is the demo of the [CANVAS-S](https://huggingface.co/maum-ai/CANVAS-S) model from our paper, [CANVAS: Commonsense-Aware Navigation System for Intuitive Human-Robot Interaction](https://worv-ai.github.io/canvas). In CPU, it takes a minute to predict robot's next action token.",
|
| 122 |
examples=examples
|
| 123 |
)
|
| 124 |
|