Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -117,7 +117,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 117 |
""")
|
| 118 |
|
| 119 |
with gr.Column():
|
| 120 |
-
image_in = gr.Image(sources=["upload"], type="filepath", label="Image input", value="
|
| 121 |
with gr.Row():
|
| 122 |
chosen_model = gr.Radio(label="Choose a model", choices=["AudioLDM-2"], value="AudioLDM-2")
|
| 123 |
submit_btn = gr.Button("Submit")
|
|
|
|
| 117 |
""")
|
| 118 |
|
| 119 |
with gr.Column():
|
| 120 |
+
image_in = gr.Image(sources=["upload"], type="filepath", label="Image input", value="doggy.jpg")
|
| 121 |
with gr.Row():
|
| 122 |
chosen_model = gr.Radio(label="Choose a model", choices=["AudioLDM-2"], value="AudioLDM-2")
|
| 123 |
submit_btn = gr.Button("Submit")
|