Chia Woon Yap commited on
Commit
2f13b7b
·
verified ·
1 Parent(s): eeff82f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -737,8 +737,7 @@ def tutor_ai_chatbot():
737
  gr.Markdown("### Welcome to the Introduction Video") # Adding a heading
738
  gr.Markdown("Music from Xu Mengyuan - China-O, musician Xu Mengyuan YUAN! | 徐梦圆 - China-O 音乐人徐梦圆YUAN! ") # Adding descriptive text
739
  #gr.Video("https://github.com/lesterchia1/AI_tutor/raw/main/We%20not%20me%20video.mp4", label="Introduction Video")
740
- gr.Video("https://huggingface.co/spaces/Lesterchia174/FPOC2_AI-Tutor_Chatbot/resolve/main/We%20not%20me%20video.mp4", label="Introduction Video")
741
-
742
 
743
  # Connect the button to the document processing function
744
  audio_input.change(fn=transcribe_audio, inputs=audio_input, outputs=msg) # transcribe and fill the msg textbox
 
737
  gr.Markdown("### Welcome to the Introduction Video") # Adding a heading
738
  gr.Markdown("Music from Xu Mengyuan - China-O, musician Xu Mengyuan YUAN! | 徐梦圆 - China-O 音乐人徐梦圆YUAN! ") # Adding descriptive text
739
  #gr.Video("https://github.com/lesterchia1/AI_tutor/raw/main/We%20not%20me%20video.mp4", label="Introduction Video")
740
+ gr.Video("https://huggingface.co/spaces/Lesterchia174/FPOC2_AI-Tutor_Chatbot/raw/main/We%20not%20me%20video.mp4", label="Introduction Video")
 
741
 
742
  # Connect the button to the document processing function
743
  audio_input.change(fn=transcribe_audio, inputs=audio_input, outputs=msg) # transcribe and fill the msg textbox