ashutoshtitoria commited on
Commit
37a962f
1 Parent(s): 192dca0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,4 +49,4 @@ interface = gr.Interface(
49
  )
50
 
51
  # Launch the Gradio app
52
- interface.launch(auth=("kaleida", "kaleida@1234"))
 
49
  )
50
 
51
  # Launch the Gradio app
52
+ interface.launch(auth=("kaleida", "kaleida@1234"), share=True)