tommy24 commited on
Commit
5d04f08
·
1 Parent(s): 633bdff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -164,7 +164,7 @@ def function(Textbox,Textbox2,Audio, Textbox3):
164
  inputs = [
165
  gr.inputs.Textbox(label="Textbox",type="text"),
166
  gr.inputs.Textbox(label="Textbox2",type="text"),
167
- gr.Audio((label="Audio",source="microphone", type="filepath"),
168
  gr.inputs.Textbox(label="Textbox3",type="password")
169
  ]
170
 
 
164
  inputs = [
165
  gr.inputs.Textbox(label="Textbox",type="text"),
166
  gr.inputs.Textbox(label="Textbox2",type="text"),
167
+ gr.inputs.Audio(label="Audio", type="filepath"),
168
  gr.inputs.Textbox(label="Textbox3",type="password")
169
  ]
170