PCTseng commited on
Commit
1447b1d
·
verified ·
1 Parent(s): cc285ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,4 +16,4 @@ function refresh() {
16
  # For ithentication issue, always share https://pctseng-demo.hf.space
17
 
18
  demo = gr.load("PCTseng/EFP_Demo", src="spaces", hf_token = os.getenv('demo_gradioapp'), js=js_dark_theme).render()
19
- demo.queue().launch(auth=('demo',os.getenv('password')), share=True, ssr_mode=False)
 
16
  # For ithentication issue, always share https://pctseng-demo.hf.space
17
 
18
  demo = gr.load("PCTseng/EFP_Demo", src="spaces", hf_token = os.getenv('demo_gradioapp'), js=js_dark_theme).render()
19
+ demo.queue().launch(auth=('demo',os.getenv('password')), share=True, ssr_mode=False, show_api=False)