Spaces:
Running
Running
moved video to examples
Browse files
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:",
|
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:
|