Spaces:
Runtime error
Runtime error
MoKholy
commited on
Commit
•
bb6f0f4
1
Parent(s):
b3f2f5e
changes
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ def greet(name):
|
|
5 |
ds = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j"]
|
6 |
iface = gr.Interface(
|
7 |
greet,
|
8 |
-
inputs=gr.
|
9 |
outputs=['textarea', 'textarea'],
|
10 |
allow_flagging="never",
|
11 |
live=True
|
|
|
5 |
ds = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j"]
|
6 |
iface = gr.Interface(
|
7 |
greet,
|
8 |
+
inputs=gr.inputs.Audio(),
|
9 |
outputs=['textarea', 'textarea'],
|
10 |
allow_flagging="never",
|
11 |
live=True
|