VadMyr86 commited on
Commit
851a929
·
verified ·
1 Parent(s): 1c5be69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,4 +32,4 @@ with gr.Blocks(theme=CustomMinimalTheme()) as demo:
32
  transcribe_ui()
33
 
34
  if __name__ == "__main__":
35
- demo.launch(auth=(username, password), show_api=False, ssr_mode=False)
 
32
  transcribe_ui()
33
 
34
  if __name__ == "__main__":
35
+ demo.launch(show_api=False)