Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova authored May 23, 2024
1 parent fcafdf2 commit c111bde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pipelines.js
Original file line number Diff line number Diff line change
Expand Up @@ -3107,7 +3107,7 @@ export async function pipeline(
cache_dir = null,
local_files_only = false,
revision = 'main',
model_file_name = null
model_file_name = null,
} = {}
) {
// Helper method to construct pipeline
Expand Down Expand Up @@ -3135,7 +3135,7 @@ export async function pipeline(
cache_dir,
local_files_only,
revision,
model_file_name
model_file_name,
}

const classes = new Map([
Expand Down

0 comments on commit c111bde

Please sign in to comment.