st0bb3n commited on
Commit
9db1a5d
1 Parent(s): 97d041c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ app.launch(cache_examples=True)
39
  app = gr.Interface(fn=image2speech,
40
  inputs=gr.inputs.Image(label="Camera", source="webcam"),
41
  live=True,
42
- description="Takes a snapshot of an object, identifies it, and then tell you what it is. \n Intended use is to help the visually impaired",
43
  outputs=["audio", "text"])
44
 
45
  app.launch()
 
39
  app = gr.Interface(fn=image2speech,
40
  inputs=gr.inputs.Image(label="Camera", source="webcam"),
41
  live=True,
42
+ description="Takes a snapshot of an object, identifies it, and then tell you what it is. \n Intended use is to help the visually impaired. Models and dataset used is listed on the linked models and dataset",
43
  outputs=["audio", "text"])
44
 
45
  app.launch()