st0bb3n commited on
Commit
e3ba257
1 Parent(s): d40505d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -38,7 +38,8 @@ app.launch(cache_examples=True)
38
 
39
  app = gr.Interface(fn=image2speech,
40
  inputs=gr.inputs.Image(label="Input Image", source="webcam"),
41
- live=True,
 
42
  outputs=["audio", "text"])
43
 
44
  app.launch()
 
38
 
39
  app = gr.Interface(fn=image2speech,
40
  inputs=gr.inputs.Image(label="Input Image", 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()