Blane187 commited on
Commit
dcac402
·
verified ·
1 Parent(s): 3c76336

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -126,5 +126,4 @@ with gr.Blocks() as demo:
126
 
127
  submit.click(fn=voice_to_voice, inputs=audio_input, outputs=output_components, show_progress=True)
128
 
129
- if __name__ == "__main__":
130
- demo.launch()
 
126
 
127
  submit.click(fn=voice_to_voice, inputs=audio_input, outputs=output_components, show_progress=True)
128
 
129
+ demo.launch()