piyushpal108 commited on
Commit
6589f06
·
verified ·
1 Parent(s): 771dc21

Update app.py

Browse files

updated the model loading code

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ class UltraLightShukaASR:
27
 
28
  # Try with minimal configuration first
29
  self.pipe = pipeline(
30
- model='sarvamai/shuka_v1',
31
  trust_remote_code=True,
32
  device=-1, # CPU only
33
  model_kwargs={
 
27
 
28
  # Try with minimal configuration first
29
  self.pipe = pipeline(
30
+ model='sarvamai/shuka-1',
31
  trust_remote_code=True,
32
  device=-1, # CPU only
33
  model_kwargs={