Spaces:
Runtime error
Runtime error
Davidzhangyuanhan
commited on
Commit
•
3a5cbeb
1
Parent(s):
a6dcd84
Add application file
Browse files
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 (
|
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=[
|