jovian commited on
Commit
01c72e1
·
1 Parent(s): 1175b6c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -424,6 +424,6 @@ with gr.Blocks(css = css,js=js_func) as demo:
424
  outputs=frequency_graph_component)
425
 
426
  # Launch the Gradio interface
427
- demo.launch(share=True,auth=(os.environ.get("USERNAME"), os.environ.get("PASSWORD")))
428
 
429
 
 
424
  outputs=frequency_graph_component)
425
 
426
  # Launch the Gradio interface
427
+ demo.launch(share=True)
428
 
429