Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -238,7 +238,7 @@ with tab1:
|
|
238 |
)
|
239 |
|
240 |
|
241 |
-
if st.button('Convert to Speech'):
|
242 |
if query:
|
243 |
try:
|
244 |
response = oai_client.audio.speech.create(
|
@@ -352,7 +352,7 @@ with tab2:
|
|
352 |
)
|
353 |
|
354 |
|
355 |
-
if st.button('Convert to Speech'):
|
356 |
if query2:
|
357 |
try:
|
358 |
response = oai_client.audio.speech.create(
|
|
|
238 |
)
|
239 |
|
240 |
|
241 |
+
if st.button('Convert to Speech', key='key3'):
|
242 |
if query:
|
243 |
try:
|
244 |
response = oai_client.audio.speech.create(
|
|
|
352 |
)
|
353 |
|
354 |
|
355 |
+
if st.button('Convert to Speech', key='key4'):
|
356 |
if query2:
|
357 |
try:
|
358 |
response = oai_client.audio.speech.create(
|