Skip to content

Commit

Permalink
Update model url
Browse files Browse the repository at this point in the history
  • Loading branch information
hogelog committed Feb 4, 2024
1 parent 3867701 commit bca0734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ class _HomeWidgetState extends State<HomeWidget> {
_consoleWrite('Skip download $_modelFile\n');
return;
}
final uri = Uri.https('huggingface.co', 'datasets/ggerganov/whisper.cpp/resolve/main/ggml-$_model.bin');
final uri = Uri.https('huggingface.co', 'ggerganov/whisper.cpp/resolve/main/ggml-$_model.bin');
_consoleWrite('Downloading $uri...\n');

var client = http.Client();
Expand Down

0 comments on commit bca0734

Please sign in to comment.