anumaurya114exp commited on
Commit
79b877c
·
1 Parent(s): 98b828d

set share=True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -343,5 +343,5 @@ with gr.Blocks() as demo:
343
  fileComponent = gr.File(filePath)
344
  fileComponents.append(fileComponent)
345
 
346
- demo.launch(share=False, debug=True, ssl_verify=False, auth=checkAuth)
347
  dbEngine.connect()
 
343
  fileComponent = gr.File(filePath)
344
  fileComponents.append(fileComponent)
345
 
346
+ demo.launch(share=True, debug=True, ssl_verify=False, auth=checkAuth)
347
  dbEngine.connect()