agazo commited on
Commit
871895a
·
verified ·
1 Parent(s): 3cd4870

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -79,6 +79,9 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
79
 
80
  #if "the pitchers with the" 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')
 
79
 
80
  #if "the pitchers with the" not in question_text:
81
  # continue
82
+
83
+ if "chess" not in question_text:
84
+ continue
85
 
86
  #print('testing whisper with youtube video...')
87
  #whisper_return = audio_to_text_from_youtube('https://www.youtube.com/watch?v=1htKBjuUWec')