sharmavaruncs commited on
Commit
c92e7b3
1 Parent(s): 6b8ba3f

added correct icon.png file

Browse files
app.py CHANGED
@@ -417,7 +417,6 @@ def process_file(ser_model,tokenizer,gpt_model,gpt_tokenizer):
417
  # Save the audio content to a temporary file
418
  with tempfile.NamedTemporaryFile(suffix=".wav", delete=False) as temp_file:
419
  temp_filename = temp_file.name
420
- #print(f'temp_filename is {temp_filename}\n')
421
  temp_file.write(audio_content)
422
 
423
  try:
 
417
  # Save the audio content to a temporary file
418
  with tempfile.NamedTemporaryFile(suffix=".wav", delete=False) as temp_file:
419
  temp_filename = temp_file.name
 
420
  temp_file.write(audio_content)
421
 
422
  try:
config/icon.png ADDED
config/icon.png.svg DELETED
notebooks/Audio Processing and Modelling.ipynb ADDED
The diff for this file is too large to render. See raw diff