Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -1528,5 +1528,6 @@ with gr.Blocks() as demo:
|
|
| 1528 |
|
| 1529 |
# Launch the app
|
| 1530 |
#demo.launch(share=True, debug=False)
|
| 1531 |
-
demo.launch(share=True, debug=False, allowed_paths=[dataDir], ssr_mode=False)
|
|
|
|
| 1532 |
|
|
|
|
| 1528 |
|
| 1529 |
# Launch the app
|
| 1530 |
#demo.launch(share=True, debug=False)
|
| 1531 |
+
#demo.launch(share=True, debug=False, allowed_paths=[dataDir], ssr_mode=False)
|
| 1532 |
+
demo.launch(share=True, debug=False, ssr_mode=False)
|
| 1533 |
|