ttt-tkmr commited on
Commit
f2c270a
1 Parent(s): 5a51f28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ def main(model):
97
  return predict_rf(input)
98
 
99
 
100
- with gr.Interface(
101
  description="demo for Audio to question classifier",
102
  model = gr.Dropdown(choices=model_names),
103
  fn = main,
 
97
  return predict_rf(input)
98
 
99
 
100
+ gr.Interface(
101
  description="demo for Audio to question classifier",
102
  model = gr.Dropdown(choices=model_names),
103
  fn = main,