Spaces:
Running
Running
Commit
·
26b4dcc
1
Parent(s):
3cbd872
Updated app.py
Browse files
app.py
CHANGED
@@ -346,7 +346,7 @@ with gr.Blocks(title="ARIA - Art to Music Generator", theme=gr.themes.Soft(
|
|
346 |
gr.Examples(
|
347 |
examples=[
|
348 |
["examples/happy.jpg", "continuous_concat", 1024, 1.2, 1.2, 0.6, 2],
|
349 |
-
["examples/sad.jpeg", "
|
350 |
],
|
351 |
inputs=[image_input, conditioning_type, gen_len, note_temperature, rest_temperature, top_p, min_instruments],
|
352 |
label="Try these examples"
|
|
|
346 |
gr.Examples(
|
347 |
examples=[
|
348 |
["examples/happy.jpg", "continuous_concat", 1024, 1.2, 1.2, 0.6, 2],
|
349 |
+
["examples/sad.jpeg", "continuous_concat", 1024, 1.2, 1.2, 0.6, 2],
|
350 |
],
|
351 |
inputs=[image_input, conditioning_type, gen_len, note_temperature, rest_temperature, top_p, min_instruments],
|
352 |
label="Try these examples"
|