Baghdad99 commited on
Commit
0451cd1
1 Parent(s): c65895a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -20,9 +20,6 @@ def query(api_url, payload=None, data=None):
20
  return response.json()
21
 
22
  # Define the function to translate speech
23
- # Define the function to translate speech
24
- def translate_speech(audio_file):
25
- # Define the function to translate speech
26
  def translate_speech(audio_file):
27
  print(f"Type of audio: {type(audio_file)}, Value of audio: {audio_file}") # Debug line
28
 
 
20
  return response.json()
21
 
22
  # Define the function to translate speech
 
 
 
23
  def translate_speech(audio_file):
24
  print(f"Type of audio: {type(audio_file)}, Value of audio: {audio_file}") # Debug line
25