Spaces:
Running
on
L40S
Running
on
L40S
Update app.py
Browse files
app.py
CHANGED
@@ -286,8 +286,8 @@ with gr.Blocks(title="MultiTalk Inference") as demo:
|
|
286 |
|
287 |
gr.Examples(
|
288 |
examples = [
|
289 |
-
["A woman sings passionately in a dimly lit studio.", "examples/single/single1.png", "examples/single/1.wav", None,
|
290 |
-
["In a cozy recording studio, a man and a woman are singing together. The man, with tousled brown hair, stands to the left, wearing a light green button-down shirt. His gaze is directed towards the woman, who is smiling warmly. She, with wavy dark hair, is dressed in a black floral dress and stands to the right, her eyes closed in enjoyment. Between them is a professional microphone, capturing their harmonious voices. The background features wooden panels and various audio equipment, creating an intimate and focused atmosphere. The lighting is soft and warm, highlighting their expressions and the intimate setting. A medium shot captures their interaction closely.", "examples/multi/3/multi3.png", "examples/multi/3/1-man.WAV", "examples/multi/3/1-woman.WAV",
|
291 |
],
|
292 |
fn=infer,
|
293 |
inputs = [prompt_input, image_input, audio_input_spk1, audio_input_spk2, sample_steps],
|
|
|
286 |
|
287 |
gr.Examples(
|
288 |
examples = [
|
289 |
+
["A woman sings passionately in a dimly lit studio.", "examples/single/single1.png", "examples/single/1.wav", None, 12],
|
290 |
+
["In a cozy recording studio, a man and a woman are singing together. The man, with tousled brown hair, stands to the left, wearing a light green button-down shirt. His gaze is directed towards the woman, who is smiling warmly. She, with wavy dark hair, is dressed in a black floral dress and stands to the right, her eyes closed in enjoyment. Between them is a professional microphone, capturing their harmonious voices. The background features wooden panels and various audio equipment, creating an intimate and focused atmosphere. The lighting is soft and warm, highlighting their expressions and the intimate setting. A medium shot captures their interaction closely.", "examples/multi/3/multi3.png", "examples/multi/3/1-man.WAV", "examples/multi/3/1-woman.WAV", 12],
|
291 |
],
|
292 |
fn=infer,
|
293 |
inputs = [prompt_input, image_input, audio_input_spk1, audio_input_spk2, sample_steps],
|