From 494c4ddf6c5ccefe5f5c1bb8dc0671e5b54cd79f Mon Sep 17 00:00:00 2001 From: Abubakar Abid Date: Fri, 13 Dec 2024 09:05:38 -0800 Subject: [PATCH] Add note that SSR mode is experimental (#10198) * exp * add changeset --------- Co-authored-by: gradio-pr-bot --- .changeset/lovely-bees-change.md | 5 +++++ gradio/strings.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/lovely-bees-change.md diff --git a/.changeset/lovely-bees-change.md b/.changeset/lovely-bees-change.md new file mode 100644 index 0000000000..2c02eadfa3 --- /dev/null +++ b/.changeset/lovely-bees-change.md @@ -0,0 +1,5 @@ +--- +"gradio": minor +--- + +feat:Add note that SSR mode is experimental diff --git a/gradio/strings.py b/gradio/strings.py index 798e743c95..a1a84f1621 100644 --- a/gradio/strings.py +++ b/gradio/strings.py @@ -9,7 +9,7 @@ MESSAGING_API_ENDPOINT = "https://api.gradio.app/gradio-messaging/en" en = { "RUNNING_LOCALLY": "* Running on local URL: {}://{}:{}", - "RUNNING_LOCALLY_SSR": "* Running on local URL: {}://{}:{}, with SSR ⚡", + "RUNNING_LOCALLY_SSR": "* Running on local URL: {}://{}:{}, with SSR ⚡ (experimental, to disable set `ssr=False` in `launch()`)", "SHARE_LINK_DISPLAY": "* Running on public URL: {}", "COULD_NOT_GET_SHARE_LINK": "\nCould not create share link. Please check your internet connection or our status page: https://status.gradio.app.", "COULD_NOT_GET_SHARE_LINK_MISSING_FILE": "\nCould not create share link. Missing file: {}. \n\nPlease check your internet connection. This can happen if your antivirus software blocks the download of this file. You can install manually by following these steps: \n\n1. Download this file: {}\n2. Rename the downloaded file to: {}\n3. Move the file to this location: {}",