aross3 commited on
Commit
71edd81
β€’
1 Parent(s): 25e9ef1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -93,11 +93,11 @@ title = """
93
  "
94
  >
95
  <h1 style="font-weight: 600; margin-bottom: 7px;">
96
- Riffusion real-time music generation
97
  </h1>
98
  </div>
99
- <p style="margin-bottom: 10px;font-size: 94%;font-weight: 100;line-height: 1.5em;">
100
- Describe a musical prompt, generate music by getting a spectrogram image & sound.
101
  </p>
102
  </div>
103
  """
@@ -195,7 +195,7 @@ with gr.Blocks(css=css) as demo:
195
 
196
  gr.HTML(title)
197
 
198
- prompt_input = gr.Textbox(placeholder="a cat diva singing in a New York jazz club", label="Musical prompt", elem_id="prompt-in")
199
  audio_input = gr.Audio(source="upload", type="filepath", visible=False)
200
  with gr.Row():
201
  negative_prompt = gr.Textbox(label="Negative prompt")
 
93
  "
94
  >
95
  <h1 style="font-weight: 600; margin-bottom: 7px;">
96
+ Riffusion Rage (Finetuned model trained on Yeat and Carti)
97
  </h1>
98
  </div>
99
+ <p style="margin-bottom: 10px;font-size: 94%;font-weight: 200;line-height: 1.5em;">
100
+ YOU MUST TYPE "rage_()" AS THE PROMPT AND YOU WILL ONLY GET NOISE
101
  </p>
102
  </div>
103
  """
 
195
 
196
  gr.HTML(title)
197
 
198
+ prompt_input = "rage_()"
199
  audio_input = gr.Audio(source="upload", type="filepath", visible=False)
200
  with gr.Row():
201
  negative_prompt = gr.Textbox(label="Negative prompt")