mekaneeky commited on
Commit
c24e775
1 Parent(s): 992faff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from stitched_model import CombinedModel
8
 
9
  device = "cuda:0" if torch.cuda.is_available() else "cpu"
10
 
11
- model = CombinedModel("ak3ra/wav2vec2-sunbird-speech-lug", "Sunbird/sunbird-mul-en-mbart-merged", device="cpu")
12
 
13
 
14
 
 
8
 
9
  device = "cuda:0" if torch.cuda.is_available() else "cpu"
10
 
11
+ model = CombinedModel("ak3ra/wav2vec2-sunbird-speech-lugbara", "Sunbird/sunbird-mul-en-mbart-merged", device="cpu")
12
 
13
 
14