startrz commited on
Commit
dca8ca3
·
verified ·
1 Parent(s): e0d1930

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -29,7 +29,8 @@ def main():
29
  "name": audio_file.name,
30
  "mime": audio_mime_type
31
  }
32
- ]
 
33
  }
34
 
35
  # Send the request to the API and get the output
 
29
  "name": audio_file.name,
30
  "mime": audio_mime_type
31
  }
32
+ ],
33
+ "content": "This is the audio file being processed." # Modify as needed
34
  }
35
 
36
  # Send the request to the API and get the output