Spaces:
Runtime error
Runtime error
Commit
·
0d54f87
1
Parent(s):
ffa907c
update UI
Browse files
app.py
CHANGED
@@ -907,7 +907,7 @@ with gr.Blocks() as demo:
|
|
907 |
source="microphone",
|
908 |
type="filepath",
|
909 |
scale= 1,
|
910 |
-
interactive=
|
911 |
autoplay= True,
|
912 |
label= "OUTPUT",
|
913 |
)
|
|
|
907 |
source="microphone",
|
908 |
type="filepath",
|
909 |
scale= 1,
|
910 |
+
interactive=False,
|
911 |
autoplay= True,
|
912 |
label= "OUTPUT",
|
913 |
)
|