Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ with demo:
|
|
133 |
b2.click(text_to_sentiment, inputs=text, outputs=label)
|
134 |
b3.click(upsert, inputs=text, outputs=saved)
|
135 |
b4.click(selectall, inputs=text, outputs=savedAll)
|
136 |
-
b5.click(tts, inputs=
|
137 |
|
138 |
demo.launch(share=True)
|
139 |
|
|
|
133 |
b2.click(text_to_sentiment, inputs=text, outputs=label)
|
134 |
b3.click(upsert, inputs=text, outputs=saved)
|
135 |
b4.click(selectall, inputs=text, outputs=savedAll)
|
136 |
+
b5.click(tts, inputs=[text,TTSchoice], outputs=audio)
|
137 |
|
138 |
demo.launch(share=True)
|
139 |
|