thanhnt-cf commited on
Commit
71ca3a7
·
1 Parent(s): 56a2c3e

fix issue of HF

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -290,4 +290,4 @@ with gr.Blocks(title="Internal Demo for Attribution") as demo:
290
  attr_user = os.getenv("ATTR_USER", "1")
291
  attr_pass = os.getenv("ATTR_PASS", "a")
292
  auth = (attr_user, attr_pass)
293
- demo.launch(auth=auth, debug=True)
 
290
  attr_user = os.getenv("ATTR_USER", "1")
291
  attr_pass = os.getenv("ATTR_PASS", "a")
292
  auth = (attr_user, attr_pass)
293
+ demo.launch(auth=auth, debug=True, ssr_mode=False)