Davidzhangyuanhan commited on
Commit
3a5cbeb
1 Parent(s): a6dcd84

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ image = gr.inputs.Image()
87
  label = gr.outputs.Label(num_top_classes=5)
88
 
89
  gr.Interface(
90
- description="Bamboo for Image Recognition Demo (https://github.com/Davidzhangyuanhan/Bamboo). Bamboo knows what this object is and what you are doing in a very fine-grain granularity (e.g. Fratercula arctica and dribbler).",
91
  fn=recognize_image,
92
  inputs=["image"],
93
  outputs=[
 
87
  label = gr.outputs.Label(num_top_classes=5)
88
 
89
  gr.Interface(
90
+ description="Bamboo for Image Recognition Demo (https://github.com/Davidzhangyuanhan/Bamboo). Bamboo knows what this object is and what you are doing in a very fine-grain granularity: fratercula arctica (fig.5) and dribbler (fig.2)).",
91
  fn=recognize_image,
92
  inputs=["image"],
93
  outputs=[