JingdongZhang commited on
Commit
f559ca1
·
1 Parent(s): baa790c

Bug Fixed

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -499,4 +499,4 @@ with gr.Blocks(title="Visual Perception Study") as demo:
499
  )
500
 
501
  if __name__ == "__main__":
502
- demo.launch(share=True)
 
499
  )
500
 
501
  if __name__ == "__main__":
502
+ demo.launch(share=True, ssr_mode=False)