Pendrokar commited on
Commit
f829455
β€’
1 Parent(s): a1d10f4

comment out default text switch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -213,7 +213,7 @@ language_radio = gr.Radio(
213
  label="Language",
214
  info="Will be more monotone and have an English accent. Tested mostly by a native Briton."
215
  )
216
- language_radio.change(set_default_text)
217
 
218
  gradio_app = gr.Interface(
219
  predict,
 
213
  label="Language",
214
  info="Will be more monotone and have an English accent. Tested mostly by a native Briton."
215
  )
216
+ # language_radio.change(set_default_text)
217
 
218
  gradio_app = gr.Interface(
219
  predict,