akhil2808 commited on
Commit
fcad81d
·
verified ·
1 Parent(s): 26b053d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -67,7 +67,7 @@ description = (
67
 
68
 
69
 
70
- interface = gr.Interface(
71
  fn=recognition,
72
  inputs=[audio_input, style_slider],
73
  outputs=output_textbox,
@@ -76,4 +76,5 @@ interface = gr.Interface(
76
  theme='default',
77
  )
78
 
79
- interface.launch(enable_queue=True)
 
 
67
 
68
 
69
 
70
+ iface = gr.Interface(
71
  fn=recognition,
72
  inputs=[audio_input, style_slider],
73
  outputs=output_textbox,
 
76
  theme='default',
77
  )
78
 
79
+ iface.launch()
80
+