fahadqazi commited on
Commit
059cd4b
·
1 Parent(s): 93224e1

moved video to examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def transcribe(audio_path):
41
 
42
  def analyze_accent(url_or_file):
43
  try:
44
- print("Video path 1:", video_path)
45
  if url_or_file.startswith("http"):
46
  video_path = download_video(url_or_file)
47
  else:
 
41
 
42
  def analyze_accent(url_or_file):
43
  try:
44
+ print("Video path 1:", url_or_file)
45
  if url_or_file.startswith("http"):
46
  video_path = download_video(url_or_file)
47
  else: