Merge branch 'main' of github.com:hmartiro/riffusion-app

This commit is contained in:
Hayk Martiros 2022-12-13 23:12:26 -08:00
commit e1480a9ece
1 changed files with 4 additions and 35 deletions

View File

@ -162,41 +162,10 @@ export function SeedImageSelector(
) { ) {
let selectOptions = [ let selectOptions = [
["OG Beat", "og_beat"], ["OG Beat", "og_beat"],
["Agile", "agile"],
// TODO: remove set of seed defaults based on test results ["Marin", "marim"],
["Epic", "epic"], ["Motorway", "motorway"],
['Folksy', 'folksy'], ["Smooth", "vibes"],
['Funk', 'funk'],
['Hustle', 'hustle'],
['Latin', 'latin'],
['Lounge', 'lounge'],
['Pressure', 'pressure'],
['Rock', 'rock'],
['Stomp', 'stomp'],
['Wild', 'wild'],
['Epic_cut', 'cut_epic'],
['Folksy_cut', 'cut_folksy'],
['Funk_cut', 'cut_funk'],
['Hustle_cut', 'cut_hustle'],
['Latin_cut', 'cut_latin'],
['Lounge_cut', 'cut_lounge'],
['Pressure_cut', 'cut_pressure'],
['Rock_cut', 'cut_rock'],
['Stomp_cut', 'cut_stomp'],
['Wild_cut', 'cut_wild'],
['Epic_cut32', 'cut32_epic'],
['Folksy_cut32', 'cut32_folksy'],
['Funk_cut32', 'cut32_funk'],
['Hustle_cut32', 'cut32_hustle'],
['Latin_cut32', 'cut32_latin'],
['Lounge_cut32', 'cut32_lounge'],
['Pressure_cut32', 'cut32_pressure'],
['Rock_cut32', 'cut32_rock'],
['Stomp_cut32', 'cut32_stomp'],
['Wild_cut32', 'cut32_wild'],
]; ];
let matchedOption = selectOptions.find((x) => x[1] === seedImage); let matchedOption = selectOptions.find((x) => x[1] === seedImage);