Spaces:
Runtime error
Runtime error
Commit
·
9d34141
1
Parent(s):
7a3944e
UI Reset
Browse files
app.py
CHANGED
@@ -913,7 +913,7 @@ with gr.Blocks() as demo:
|
|
913 |
source="microphone",
|
914 |
type="filepath",
|
915 |
scale= 1,
|
916 |
-
interactive=
|
917 |
autoplay= True,
|
918 |
label= "OUTPUT",
|
919 |
)
|
|
|
913 |
source="microphone",
|
914 |
type="filepath",
|
915 |
scale= 1,
|
916 |
+
interactive=False,
|
917 |
autoplay= True,
|
918 |
label= "OUTPUT",
|
919 |
)
|