Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aliabid94
/
audiotest100
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aliabid94
HF Staff
commited on
May 30, 2023
Commit
5225661
·
1 Parent(s):
8b681e2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -4,4 +4,4 @@ print("Python version:", sys.version)
4
5
import gradio as gr
6
7
-
gr.Interface(lambda x:x, "
text
", "
text
").launch()
4
5
import gradio as gr
6
7
+
gr.Interface(lambda x:x, "
microphone
", "
audio
").launch()