trhacknon commited on
Commit
6c4606f
·
verified ·
1 Parent(s): 49ee92f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,4 +22,4 @@ gr.Interface(
22
  inputs=[
23
  gr.Audio(source="upload", type="filepath", label="Upload Audio"),
24
  gr.Dropdown(label="Select model size",value="large",choices=["tiny", "base", "small", "medium", "large"])],
25
- outputs="text").launch(debug = True, share = True)
 
22
  inputs=[
23
  gr.Audio(source="upload", type="filepath", label="Upload Audio"),
24
  gr.Dropdown(label="Select model size",value="large",choices=["tiny", "base", "small", "medium", "large"])],
25
+ outputs="text").launch(debug = True)