frogcho123 commited on
Commit
db99fbb
·
1 Parent(s): e027986

Update application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,4 +51,4 @@ outputs = [
51
  title = "Audio Translation"
52
  description = "Upload an audio file, translate the speech to a target language, and download the translated audio."
53
 
54
- gr.Interface(fn=translate_audio, inputs=inputs, outputs=outputs, title=title, description=description).launch(share=True)
 
51
  title = "Audio Translation"
52
  description = "Upload an audio file, translate the speech to a target language, and download the translated audio."
53
 
54
+ gr.Interface(fn=translate_audio, inputs=inputs, outputs=outputs, title=title, description=description).launch()