Spaces:
Runtime error
Runtime error
Commit
·
29b08f8
1
Parent(s):
0d06f66
Update app.py
Browse files
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(
|
|
|
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"))
|