admin commited on
Commit
cc60bc6
·
1 Parent(s): c7a5155
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -67,5 +67,5 @@ if __name__ == "__main__":
67
  ["This is the best translation service.", "auto2zh"],
68
  ],
69
  cache_examples=False,
70
- title=_L("翻译器")
71
- ).launch(share=False)
 
67
  ["This is the best translation service.", "auto2zh"],
68
  ],
69
  cache_examples=False,
70
+ title=_L("翻译器"),
71
+ ).launch(css="#gradio-share-link-button-0 { diaplay: none; }")