Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
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 |
|