Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -98,6 +98,7 @@ def main(model):
|
|
98 |
|
99 |
|
100 |
with gr.Interface(
|
|
|
101 |
model = gr.Dropdown(choices=model_names),
|
102 |
fn = main,
|
103 |
inputs=[
|
@@ -107,7 +108,7 @@ with gr.Interface(
|
|
107 |
"textbox"
|
108 |
],
|
109 |
live=True,
|
110 |
-
|
111 |
).launch(debug=True)
|
112 |
|
113 |
#demo.launch()
|
|
|
98 |
|
99 |
|
100 |
with gr.Interface(
|
101 |
+
description="demo for Audio to question classifier",
|
102 |
model = gr.Dropdown(choices=model_names),
|
103 |
fn = main,
|
104 |
inputs=[
|
|
|
108 |
"textbox"
|
109 |
],
|
110 |
live=True,
|
111 |
+
|
112 |
).launch(debug=True)
|
113 |
|
114 |
#demo.launch()
|