Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -67,8 +67,8 @@ demo = gr.Interface(
|
|
67 |
gr.Audio(label="Generated Speech")
|
68 |
],
|
69 |
title="OCR to TTS",
|
70 |
-
description="Upload an image for OCR. The extracted text will be highlighted if a keyword is provided and converted to speech."
|
71 |
)
|
72 |
|
73 |
if __name__ == "__main__":
|
74 |
-
demo.launch()
|
|
|
67 |
gr.Audio(label="Generated Speech")
|
68 |
],
|
69 |
title="OCR to TTS",
|
70 |
+
description="Upload an image for OCR. The extracted text will be highlighted if a keyword is provided and the whole text will be converted to speech."
|
71 |
)
|
72 |
|
73 |
if __name__ == "__main__":
|
74 |
+
demo.launch()
|