hassanmzia commited on
Commit
b73051f
·
verified ·
1 Parent(s): b895059

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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