ahmedJaafari commited on
Commit
29b08f8
·
1 Parent(s): 0d06f66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,4 +55,4 @@ outputs = gr.outputs.Textbox(label="Output Text")
55
  title = "Annarabic Speech Recognition System"
56
  description = "Gradio demo for Annarabic ASR. To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below."
57
  examples=[['t1_0001-00010.wav'], ['t1_utt000000042.wav'], ['t2_0000006682.wav']]
58
- gr.Interface(inference, inputs, outputs, title=title, description=description, examples=examples).launch(share=True, auth=("admin", "admin"))
 
55
  title = "Annarabic Speech Recognition System"
56
  description = "Gradio demo for Annarabic ASR. To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below."
57
  examples=[['t1_0001-00010.wav'], ['t1_utt000000042.wav'], ['t2_0000006682.wav']]
58
+ gr.Interface(inference, inputs, outputs, title=title, description=description, examples=examples).launch(auth=("admin", "admin"))