eugenecamus commited on
Commit
27426b8
·
unverified ·
1 Parent(s): d4c42c0

Improve instructions

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ iface = gr.Interface(
49
  ],
50
  outputs="text",
51
  title="Badge Detector",
52
- description="Upload an image of a car and type your question about the car. You can also select an example image from our dataset.",
53
  )
54
 
55
  iface.launch()
 
49
  ],
50
  outputs="text",
51
  title="Badge Detector",
52
+ description="Upload an image of a car and type your question about the car's badge. You can also select an example image from our dataset.",
53
  )
54
 
55
  iface.launch()