saad177 commited on
Commit
4ca2965
1 Parent(s): a3d5e59

try using ru model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ interface = gr.Interface(
37
  type="filepath",
38
  label="Upload Audio, or speak in the microphone",
39
  ),
40
- gr.Textbox(default="https://www.youtube.com/", label="Youtube Link"),
41
  ],
42
  outputs=gr.Text(label="Model output"),
43
  title="Whisper-RU",
 
37
  type="filepath",
38
  label="Upload Audio, or speak in the microphone",
39
  ),
40
+ gr.Textbox(value="https://www.youtube.com/", label="Youtube Link"),
41
  ],
42
  outputs=gr.Text(label="Model output"),
43
  title="Whisper-RU",