Spaces:
Running
Running
chore: Remove whisper cache setting.
Browse files
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'
|
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 |
|