aliabid94 HF Staff commited on
Commit
5225661
·
1 Parent(s): 8b681e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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()