Skip to content

Commit

Permalink
feat: added music Generation feature
Browse files Browse the repository at this point in the history
  • Loading branch information
kingmariano committed Jul 18, 2024
1 parent 58dbee4 commit 16d7954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion musicGeneration.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type LowMusicGenerationParams struct {
SeedImageID *string `json:"seed_image_id,omitempty"`
}

// HighMusicGenerationParams groups the high music generation model with its parameters.
// HighMusicGenerationParams groups the high music generation model with its parameters
type HighMusicGenerationParams struct {
Prompt string `form:"prompt"`
ModelVersion *string `form:"model_version,omitempty"`
Expand Down

0 comments on commit 16d7954

Please sign in to comment.