Spaces:
Runtime error
Runtime error
Commit
·
aaa8f3c
1
Parent(s):
dd4c97c
Update stitched_model.py
Browse files- stitched_model.py +0 -3
stitched_model.py
CHANGED
@@ -25,6 +25,3 @@ class CombinedModel(nn.Module):
|
|
25 |
|
26 |
|
27 |
return transcription, decoded_nmt_output
|
28 |
-
|
29 |
-
# Usage
|
30 |
-
#model = CombinedModel("ak3ra/wav2vec2-sunbird-speech-lug", "Sunbird/sunbird-mul-en-mbart-merged", device="cpu")
|
|
|
25 |
|
26 |
|
27 |
return transcription, decoded_nmt_output
|
|
|
|
|
|