lastdefiance20 commited on
Commit
099c864
·
1 Parent(s): 54ae859

Add more description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)\nIt takes less than a minute to predict robot's next action token.",
122
  examples=examples
123
  )
124