Pattr commited on
Commit
f65c215
·
1 Parent(s): 632d554

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,4 +34,4 @@ def transcribe():
34
  gr.Interface(
35
  fn=transcribe,
36
  inputs=gr.Audio(type="filepath"),
37
- outputs="text").launch()
 
34
  gr.Interface(
35
  fn=transcribe,
36
  inputs=gr.Audio(type="filepath"),
37
+ outputs="text").launch(share = True)