carlfeynman commited on
Commit
369b584
1 Parent(s): ccb45b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,5 +41,5 @@ with demo:
41
  ["Transcribe Microphone", "Transcribe Audio File"],
42
  )
43
 
44
- demo.launch()
45
 
 
41
  ["Transcribe Microphone", "Transcribe Audio File"],
42
  )
43
 
44
+ demo.launch(share=True)
45