Spaces:
Sleeping
Sleeping
minor fix
Browse files
libs/transformer/get_transcript_gradio_api.py
CHANGED
@@ -11,5 +11,5 @@ def api_gradio_transcribe(url: str):
|
|
11 |
|
12 |
return result
|
13 |
|
14 |
-
print(api_gradio_transcribe("https://static.langkingdom.com/user_playlist_practice_videos/937f2c1558c92a0ea81a6778c8426044.mov"))
|
15 |
|
|
|
11 |
|
12 |
return result
|
13 |
|
14 |
+
# print(api_gradio_transcribe("https://static.langkingdom.com/user_playlist_practice_videos/937f2c1558c92a0ea81a6778c8426044.mov"))
|
15 |
|