Rob Jaret commited on
Commit
198141f
·
2 Parent(s): a16134e ce84645

Merge branch 'main' of https://huggingface.co/spaces/rjaret/rma2

Browse files
Files changed (2) hide show
  1. README.md +0 -3
  2. app.py +1 -1
README.md CHANGED
@@ -14,9 +14,6 @@ short_description: Encodes/decodes audio through the average of two RAVE models
14
  models:
15
  - Intelligent-Instruments-Lab/rave-models
16
  - shuoyang-zheng/jaspers-rave-models
17
- preload_from_hub:
18
- - Intelligent-Instruments-Lab/rave-models
19
- - shuoyang-zheng/jaspers-rave-models]
20
  tags:
21
  - RAVE
22
  - Audio
 
14
  models:
15
  - Intelligent-Instruments-Lab/rave-models
16
  - shuoyang-zheng/jaspers-rave-models
 
 
 
17
  tags:
18
  - RAVE
19
  - Audio
app.py CHANGED
@@ -327,7 +327,7 @@ AverageModels = gr.Interface(title="Process Audio Through the Average of Two Rav
327
  inputs=[
328
  gr.Radio(model_path_config_keys, label="Select Model A", value="Multimbral Guitar", container=True),
329
  gr.Radio(model_path_config_keys, label="Select Model B", value="Water", container=True),
330
- gr.Dropdown(available_audio_files, label="Select from these audio files or upload your own below:", value="SilverCaneAbbey-Voices.wav",container=True),
331
  gr.Audio(label="Upload an audio file (wav)", type="filepath", sources=["upload", "microphone"], max_length=60,
332
  waveform_options=waveform_options, format='wav'),],
333
  additional_inputs=[
 
327
  inputs=[
328
  gr.Radio(model_path_config_keys, label="Select Model A", value="Multimbral Guitar", container=True),
329
  gr.Radio(model_path_config_keys, label="Select Model B", value="Water", container=True),
330
+ gr.Dropdown(available_audio_files, label="Select from these audio files or upload your own below:", value="SingingBowl-OmniMic.wav",container=True),
331
  gr.Audio(label="Upload an audio file (wav)", type="filepath", sources=["upload", "microphone"], max_length=60,
332
  waveform_options=waveform_options, format='wav'),],
333
  additional_inputs=[