eaglelandsonce commited on
Commit
030d65b
·
verified ·
1 Parent(s): 868bf16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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(