Ra-Is commited on
Commit
363b770
1 Parent(s): bc7a8a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def send_audio(audio):
28
 
29
  response = requests.post(url, files=files, data=data)
30
  response_json = response.json()
31
- return response_json
32
 
33
  # Extract the translation part
34
  translation = response_json.get('data', {}).get('translation', 'No translation available')
 
28
 
29
  response = requests.post(url, files=files, data=data)
30
  response_json = response.json()
31
+ #return response_json
32
 
33
  # Extract the translation part
34
  translation = response_json.get('data', {}).get('translation', 'No translation available')