Spaces:
Sleeping
Sleeping
Dhrumit1314
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -84,8 +84,7 @@ def upload_video():
|
|
84 |
# Upload the video file
|
85 |
video_file_id = api.upload_file(
|
86 |
token=token,
|
87 |
-
path_or_fileobj=video_path
|
88 |
-
organization=namespace
|
89 |
)
|
90 |
|
91 |
transcript = transcribe_audio(video_path)
|
|
|
84 |
# Upload the video file
|
85 |
video_file_id = api.upload_file(
|
86 |
token=token,
|
87 |
+
path_or_fileobj=video_path
|
|
|
88 |
)
|
89 |
|
90 |
transcript = transcribe_audio(video_path)
|