Chia Woon Yap commited on
Commit
83d0766
·
verified ·
1 Parent(s): 3284025

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -430,7 +430,7 @@ def tutor_ai_chatbot():
430
  gr.Markdown("### Welcome to the Introduction Video") # Adding a heading
431
  gr.Markdown("Music from Xu Mengyuan - China-O, musician Xu Mengyuan YUAN! | 徐梦圆 - China-O 音乐人徐梦圆YUAN! ") # Adding descriptive text
432
  #gr.Video("https://github.com/lesterchia1/AI_tutor/raw/main/We%20not%20me%20video.mp4", label="Introduction Video")
433
- gr.Video("https://huggingface.co/spaces/Lesterchia174/FPOC2_AI-Tutor_Chatbot/resolve/main/We%20not%20me%20video.mp4", label="Introduction Video")
434
 
435
 
436
  # Connect the button to the document processing function
@@ -738,7 +738,7 @@ def tutor_ai_chatbot():
738
  gr.Markdown("### Welcome to the Introduction Video") # Adding a heading
739
  gr.Markdown("Music from Xu Mengyuan - China-O, musician Xu Mengyuan YUAN! | 徐梦圆 - China-O 音乐人徐梦圆YUAN! ") # Adding descriptive text
740
  #gr.Video("https://github.com/lesterchia1/AI_tutor/raw/main/We%20not%20me%20video.mp4", label="Introduction Video")
741
- gr.Video("https://huggingface.co/spaces/Lesterchia174/FPOC2_AI-Tutor_Chatbot/resolve/main/We%20not%20me%20video.mp4", label="Introduction Video")
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
 
430
  gr.Markdown("### Welcome to the Introduction Video") # Adding a heading
431
  gr.Markdown("Music from Xu Mengyuan - China-O, musician Xu Mengyuan YUAN! | 徐梦圆 - China-O 音乐人徐梦圆YUAN! ") # Adding descriptive text
432
  #gr.Video("https://github.com/lesterchia1/AI_tutor/raw/main/We%20not%20me%20video.mp4", label="Introduction Video")
433
+ gr.Video("https://huggingface.co/spaces/Lesterchia174/FPOC2_AI-Tutor_Chatbot/raw/main/We%20not%20me%20video.mp4", label="Introduction Video")
434
 
435
 
436
  # Connect the button to the document processing function
 
738
  gr.Markdown("### Welcome to the Introduction Video") # Adding a heading
739
  gr.Markdown("Music from Xu Mengyuan - China-O, musician Xu Mengyuan YUAN! | 徐梦圆 - China-O 音乐人徐梦圆YUAN! ") # Adding descriptive text
740
  #gr.Video("https://github.com/lesterchia1/AI_tutor/raw/main/We%20not%20me%20video.mp4", label="Introduction Video")
741
+ gr.Video("https://huggingface.co/spaces/Lesterchia174/FPOC2_AI-Tutor_Chatbot/raw/main/We%20not%20me%20video.mp4", label="Introduction Video")
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