ttt-tkmr commited on
Commit
8dfb51e
·
verified ·
1 Parent(s): c82da08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- description="demo for Audio to question classifier"
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()