Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|