Irpan commited on
Commit
ec77e62
1 Parent(s): b80e2d5
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -111,11 +111,11 @@ with gr.Blocks() as app:
111
  outputs=[input_text]
112
  )
113
 
114
- translate_btn.click(
115
- util.translate_text,
116
- inputs=[input_text, script_choice, translate_choice],
117
- outputs=[translation_text]
118
- )
119
 
120
  tts_btn.click(
121
  tts.generate_audio,
 
111
  outputs=[input_text]
112
  )
113
 
114
+ # translate_btn.click(
115
+ # util.translate_text,
116
+ # inputs=[input_text, script_choice, translate_choice],
117
+ # outputs=[translation_text]
118
+ # )
119
 
120
  tts_btn.click(
121
  tts.generate_audio,