Existance commited on
Commit
7f73c5b
·
1 Parent(s): f2adc28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -6,6 +6,8 @@ import os
6
 
7
  YT_LENGTH_LIMIT_S = 3600
8
  FILE_LIMIT_MB = 1000
 
 
9
 
10
  def _return_yt_html_embed(yt_url):
11
  video_id = yt_url.split("?v=")[-1]
 
6
 
7
  YT_LENGTH_LIMIT_S = 3600
8
  FILE_LIMIT_MB = 1000
9
+ MODEL_NAME = "Wisper"
10
+
11
 
12
  def _return_yt_html_embed(yt_url):
13
  video_id = yt_url.split("?v=")[-1]