agazo commited on
Commit
108522c
·
verified ·
1 Parent(s): d713118

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -77,8 +77,8 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
77
  print(f"Skipping item with missing task_id or question: {item}")
78
  continue
79
 
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')
 
77
  print(f"Skipping item with missing task_id or question: {item}")
78
  continue
79
 
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')