admin commited on
Commit
f0e83ce
·
1 Parent(s): a616100

hide share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,4 +128,4 @@ if __name__ == "__main__":
128
  title=_L("门牌号识别"),
129
  flagging_mode="never",
130
  cache_examples=False,
131
- ).launch(ssr_mode=False)
 
128
  title=_L("门牌号识别"),
129
  flagging_mode="never",
130
  cache_examples=False,
131
+ ).launch(css="#gradio-share-link-button-0 { display: none; }")