Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ audio_gen = gr.Blocks.load(name="spaces/fffiloni/audioldm-text-to-audio-generati
|
|
11 |
ph_message="If you're not happy with sound result, you can manually describe the scene depicted in your image :)"
|
12 |
|
13 |
def clean():
|
14 |
-
return manual_cap.update(placeholder=ph_message)
|
15 |
|
16 |
def infer(image_input, manual_caption, duration_in, seed):
|
17 |
print(duration_in)
|
|
|
11 |
ph_message="If you're not happy with sound result, you can manually describe the scene depicted in your image :)"
|
12 |
|
13 |
def clean():
|
14 |
+
return manual_cap.update(value=None,placeholder=ph_message)
|
15 |
|
16 |
def infer(image_input, manual_caption, duration_in, seed):
|
17 |
print(duration_in)
|