st0bb3n commited on
Commit
f944d10
1 Parent(s): b1884b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ fastspeech = gr.Interface.load("huggingface/facebook/fastspeech2-en-ljspeech")
26
  app = gr.Interface(fn=image2speech,
27
  inputs="image",
28
  title="Image to speech",
29
- description="Classifies and image and tell you what is it",
30
  examples=["remotecontrol.jpg", "calculator.jpg", "cellphone.jpg"],
31
  allow_flagging="never",
32
  outputs=["audio", "text"])
 
26
  app = gr.Interface(fn=image2speech,
27
  inputs="image",
28
  title="Image to speech",
29
+ description="Classifies and image and tell you what is it, intended to help the visually impaired",
30
  examples=["remotecontrol.jpg", "calculator.jpg", "cellphone.jpg"],
31
  allow_flagging="never",
32
  outputs=["audio", "text"])