Spaces:
Sleeping
Sleeping
Alexandre Gazola
commited on
Commit
·
36ef534
1
Parent(s):
b425874
teste
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
80 |
if "in response to the question" not in question_text:
|
81 |
continue
|
82 |
|
83 |
-
print('testing whisper with youtube video')
|
84 |
whisper_return = audio_to_text_from_youtube('https://www.youtube.com/watch?v=1htKBjuUWec')
|
85 |
print(whisper_return)
|
86 |
|
|
|
80 |
if "in response to the question" not in question_text:
|
81 |
continue
|
82 |
|
83 |
+
print('testing whisper with youtube video...')
|
84 |
whisper_return = audio_to_text_from_youtube('https://www.youtube.com/watch?v=1htKBjuUWec')
|
85 |
print(whisper_return)
|
86 |
|