Spaces:
Sleeping
Sleeping
killian31
commited on
Commit
·
bfe569d
1
Parent(s):
c0a552c
fix: audio file placeholder name
Browse files
app.py
CHANGED
@@ -52,7 +52,9 @@ if __name__ == "__main__":
|
|
52 |
iface = gr.Interface(
|
53 |
fn=generate_video,
|
54 |
inputs=[
|
55 |
-
gr.Audio(
|
|
|
|
|
56 |
gr.Dropdown(
|
57 |
["en", "es", "fr", "de", "it", "nl", "ru", "zh"],
|
58 |
label="Language",
|
|
|
52 |
iface = gr.Interface(
|
53 |
fn=generate_video,
|
54 |
inputs=[
|
55 |
+
gr.Audio(
|
56 |
+
sources=["upload", "microphone"], type="filepath", label="Audio File"
|
57 |
+
),
|
58 |
gr.Dropdown(
|
59 |
["en", "es", "fr", "de", "it", "nl", "ru", "zh"],
|
60 |
label="Language",
|