Spaces:
Runtime error
Runtime error
artificialguybr
commited on
Commit
•
051ea93
1
Parent(s):
e1d034f
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ iface = gr.Interface(
|
|
30 |
fn=generate_audio,
|
31 |
inputs=[
|
32 |
gr.Textbox(label="Prompt", placeholder="Enter a description..."),
|
33 |
-
gr.File(label="Audio Input (optional)", type="filepath"
|
34 |
outputs=gr.File(label="Generated Audio")
|
35 |
)
|
36 |
|
|
|
30 |
fn=generate_audio,
|
31 |
inputs=[
|
32 |
gr.Textbox(label="Prompt", placeholder="Enter a description..."),
|
33 |
+
gr.File(label="Audio Input (optional)", type="filepath")],
|
34 |
outputs=gr.File(label="Generated Audio")
|
35 |
)
|
36 |
|