ysharma HF Staff commited on
Commit
c90a4b6
·
1 Parent(s): ca97dd1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ app = gr.Interface(fn=text2speech,
10
  inputs="text",
11
  live=True,
12
  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",
13
- outputs="speech",
14
  examples=["remotecontrol.jpg", "calculator.jpg", "cellphone.jpg"])
15
 
16
 
 
10
  inputs="text",
11
  live=True,
12
  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",
13
+ outputs=speech,
14
  examples=["remotecontrol.jpg", "calculator.jpg", "cellphone.jpg"])
15
 
16