PierreHanna commited on
Commit
2667914
1 Parent(s): b6dadb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def process_url(input_path):
42
  audio_file, audio_file, embed_html_all = download_audio(input_path)
43
  return process(audio_file, embed_html_all)
44
  except:
45
- return embed_html_all, "Erreur Input", "", "", "", "", "", "", "", "", "", ""
46
 
47
  def process_file(input_path):
48
  return process(input_path, '')[1:]
 
42
  audio_file, audio_file, embed_html_all = download_audio(input_path)
43
  return process(audio_file, embed_html_all)
44
  except:
45
+ return "", "Erreur Input", "", "", "", "", "", "", "", "", "", ""
46
 
47
  def process_file(input_path):
48
  return process(input_path, '')[1:]