mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-15 02:11:15 +08:00
Add note that SSR mode is experimental (#10198)
* exp * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
3665e81b53
commit
494c4ddf6c
5
.changeset/lovely-bees-change.md
Normal file
5
.changeset/lovely-bees-change.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"gradio": minor
|
||||||
|
---
|
||||||
|
|
||||||
|
feat:Add note that SSR mode is experimental
|
@ -9,7 +9,7 @@ MESSAGING_API_ENDPOINT = "https://api.gradio.app/gradio-messaging/en"
|
|||||||
|
|
||||||
en = {
|
en = {
|
||||||
"RUNNING_LOCALLY": "* Running on local URL: {}://{}:{}",
|
"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: {}",
|
"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": "\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: {}",
|
"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: {}",
|
||||||
|
Loading…
Reference in New Issue
Block a user