Rongjiehuang commited on
Commit
c0b8384
1 Parent(s): 5bdaf18

update huggingface

Browse files
Files changed (1) hide show
  1. app.py +11 -8
app.py CHANGED
@@ -241,14 +241,17 @@ if __name__ == '__main__':
241
  with gr.Column():
242
  run_button = gr.Button("Predict Masked Place",visible=False)
243
  gr.Examples(
244
- examples=["Generate an audio of a dog barking",
245
- "Generate an audio of this image",
246
- "Can you describe the audio with text?",
247
- "Generate a speech with text 'here we go'",
248
- "Transfer the mono audio into binaural audio",
249
- "I want to inpaint this audio",
250
- "What event in this audio?",
251
- "generate a piece of singing voice. Text sequence is 小酒窝长睫毛AP是你最美的记号. Note sequence is C#4/Db4 | F#4/Gb4 | G#4/Ab4 | A#4/Bb4 F#4/Gb4 | F#4/Gb4 C#4/Db4 | C#4/Db4 | rest | C#4/Db4 | A#4/Bb4 | G#4/Ab4 | A#4/Bb4 | G#4/Ab4 | F4 | C#4/Db4. Note duration sequence is 0.407140 | 0.376190 | 0.242180 | 0.509550 0.183420 | 0.315400 0.235020 | 0.361660 | 0.223070 | 0.377270 | 0.340550 | 0.299620 | 0.344510 | 0.283770 | 0.323390 | 0.360340.",
 
 
 
252
  ],
253
  inputs=txt
254
  )
 
241
  with gr.Column():
242
  run_button = gr.Button("Predict Masked Place",visible=False)
243
  gr.Examples(
244
+ examples=["Generate a speech with text 'here we go'",
245
+ "Transcribe this speech",
246
+ "Transfer the mono speech to a binaural one",
247
+ "Generate an audio of a dog barking",
248
+ "Generate an audio of this uploaded image",
249
+ "Give me the description of this audio",
250
+ "I want to inpaint it",
251
+ "What events does this audio include?",
252
+ "When did the thunder happen in this audio?",
253
+ "Extract the thunder event from this audio",
254
+ "Generate a piece of singing voice. Text sequence is 小酒窝长睫毛AP是你最美的记号. Note sequence is C#4/Db4 | F#4/Gb4 | G#4/Ab4 | A#4/Bb4 F#4/Gb4 | F#4/Gb4 C#4/Db4 | C#4/Db4 | rest | C#4/Db4 | A#4/Bb4 | G#4/Ab4 | A#4/Bb4 | G#4/Ab4 | F4 | C#4/Db4. Note duration sequence is 0.407140 | 0.376190 | 0.242180 | 0.509550 0.183420 | 0.315400 0.235020 | 0.361660 | 0.223070 | 0.377270 | 0.340550 | 0.299620 | 0.344510 | 0.283770 | 0.323390 | 0.360340.",
255
  ],
256
  inputs=txt
257
  )