simonraj commited on
Commit
9981baa
·
verified ·
1 Parent(s): bf88de2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -52,13 +52,6 @@ with gr.Blocks() as voice:
52
  with gr.Row():
53
  input = gr.Audio(label="Voice Chat", sources="microphone", type="filepath", waveform_options=False)
54
  output = gr.Audio(label="CrucialCoach", type="filepath", interactive=False, autoplay=True)
55
-
56
- gr.Interface(
57
- fn=respond,
58
- inputs=[input],
59
- outputs=[output],
60
- live=True,
61
- )
62
 
63
  theme = gr.themes.Base()
64
 
 
52
  with gr.Row():
53
  input = gr.Audio(label="Voice Chat", sources="microphone", type="filepath", waveform_options=False)
54
  output = gr.Audio(label="CrucialCoach", type="filepath", interactive=False, autoplay=True)
 
 
 
 
 
 
 
55
 
56
  theme = gr.themes.Base()
57