Hannah commited on
Commit
6ea9b5d
·
1 Parent(s): 265653c
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -10,6 +10,4 @@ with gr.Blocks() as demo:
10
  btn = gr.Button()
11
  audio2 = gr.Audio(show_share_button=True)
12
  btn.click(fn=lambda x: x, inputs=audio, outputs=audio2)
13
-
14
- img = gr.Image(show_share_button=True)
15
  demo.queue().launch()
 
10
  btn = gr.Button()
11
  audio2 = gr.Audio(show_share_button=True)
12
  btn.click(fn=lambda x: x, inputs=audio, outputs=audio2)
 
 
13
  demo.queue().launch()