Ar4ikov commited on
Commit
5642092
·
1 Parent(s): 2be93d1

Remove waveform controls from Russian audio input in Gradio interface

Browse files
Files changed (2) hide show
  1. __pycache__/app.cpython-312.pyc +0 -0
  2. app.py +0 -1
__pycache__/app.cpython-312.pyc CHANGED
Binary files a/__pycache__/app.cpython-312.pyc and b/__pycache__/app.cpython-312.pyc differ
 
app.py CHANGED
@@ -200,7 +200,6 @@ def build_interface() -> gr.Blocks:
200
  type="filepath",
201
  label="Russian audio",
202
  waveform_options=gr.WaveformOptions(
203
- show_controls=True,
204
  waveform_color="#f97316",
205
  skip_length=2,
206
  ),
 
200
  type="filepath",
201
  label="Russian audio",
202
  waveform_options=gr.WaveformOptions(
 
203
  waveform_color="#f97316",
204
  skip_length=2,
205
  ),