WayneLinn commited on
Commit
4b4c24a
1 Parent(s): 3b8ee99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import pytube
4
  import os
5
  import re
6
 
7
- pipe = pipeline(model="Yuyang2022/yue") # change to "your-username/the-name-you-picked"
8
 
9
  def transcribe(link):
10
  video=link
 
4
  import os
5
  import re
6
 
7
+ pipe = pipeline(model="WayneLinn/Lab2") # change to "your-username/the-name-you-picked"
8
 
9
  def transcribe(link):
10
  video=link