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