MartinT commited on
Commit
68a0b0b
·
1 Parent(s): ec9a103

chore: Remove whisper cache setting.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ async def initialize_app(q: Q):
55
  # Set initial argument values
56
  q.app.cards = ['main', 'error']
57
 
58
- q.app.model = whisper.load_model('base', download_root='whisper_cache')
59
 
60
  q.app.initialized = True
61
 
 
55
  # Set initial argument values
56
  q.app.cards = ['main', 'error']
57
 
58
+ q.app.model = whisper.load_model('base')
59
 
60
  q.app.initialized = True
61