Spaces:
Runtime error
Runtime error
Commit ·
79b877c
1
Parent(s): 98b828d
set share=True
Browse files
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=
|
| 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()
|