cahya commited on
Commit
1725113
1 Parent(s): 23c9587

revert last change

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,8 +24,8 @@ whisper_models = {
24
  "name": "cahya/whisper-medium-id",
25
  "pipe": None,
26
  },
27
- "Indonesian Whisper Large": {
28
- "name": "cahya/whisper-large-id",
29
  "pipe": None,
30
  },
31
  }
 
24
  "name": "cahya/whisper-medium-id",
25
  "pipe": None,
26
  },
27
+ "OpenAI Whisper Medium": {
28
+ "name": "openai/whisper-medium",
29
  "pipe": None,
30
  },
31
  }