Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
kadriu
/
test
like
0
Sleeping
App
Files
Files
Community
kadriu
commited on
Aug 19
Commit
5f63f1b
•
1 Parent(s):
8787416
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -5,7 +5,7 @@ def record_audio(audio):
5
6
demo = gr.Interface(
7
record_audio,
8
-
gr.Audio(
source="microphone", type="filepath"
),
9
"audio"
10
)
11
5
6
demo = gr.Interface(
7
record_audio,
8
+
gr.Audio(),
9
"audio"
10
)
11