Teapack1 commited on
Commit
4e18b5f
1 Parent(s): a7618e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -27,13 +27,6 @@ with gr.Blocks() as demo:
27
  stream_file, [input_audio, format], stream_as_file_output
28
  )
29
 
30
- gr.Examples(
31
- [["audio/cantina.wav", "wav"], ["audio/cantina.wav", "mp3"]],
32
- [input_audio, format],
33
- fn=stream_file,
34
- outputs=stream_as_file_output,
35
- cache_examples=True,
36
- )
37
 
38
  with gr.Column():
39
  stream_as_bytes_btn = gr.Button("Stream as Bytes")
 
27
  stream_file, [input_audio, format], stream_as_file_output
28
  )
29
 
 
 
 
 
 
 
 
30
 
31
  with gr.Column():
32
  stream_as_bytes_btn = gr.Button("Stream as Bytes")