Spaces:
Running
on
Zero
Running
on
Zero
acumplid
commited on
Commit
·
8553595
1
Parent(s):
31ec2b6
set only one model as option
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ with gr.Blocks() as demo:
|
|
24 |
gr.Markdown(description_string)
|
25 |
with gr.Row():
|
26 |
with gr.Column(scale=1):
|
27 |
-
model_version = gr.Dropdown(label="Model Version", choices=["v1.0"
|
28 |
input = gr.Audio(sources=["upload", "microphone"], type="filepath", label="Audio")
|
29 |
|
30 |
with gr.Column(scale=1):
|
|
|
24 |
gr.Markdown(description_string)
|
25 |
with gr.Row():
|
26 |
with gr.Column(scale=1):
|
27 |
+
model_version = gr.Dropdown(label="Model Version", choices=["v1.0"], value="v1.0")
|
28 |
input = gr.Audio(sources=["upload", "microphone"], type="filepath", label="Audio")
|
29 |
|
30 |
with gr.Column(scale=1):
|