mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-06 10:25:17 +08:00
messaging fix
This commit is contained in:
parent
e8fe84904c
commit
e6ce35d6d2
@ -309,9 +309,9 @@ class Interface:
|
||||
if not networking.url_ok(path_to_local_server):
|
||||
share = True
|
||||
else:
|
||||
print(strings.en["RUNNING_LOCALLY (To get a public link of a "
|
||||
"hosted model set Share=True)"].format(
|
||||
path_to_local_server))
|
||||
print(strings.en["RUNNING_LOCALLY"].format(path_to_local_server))
|
||||
print("To get a public link for a hosted model, "
|
||||
"set Share=True")
|
||||
else:
|
||||
if debug:
|
||||
print("Colab notebook detected. This cell will run indefinitely so that you can see errors and logs. "
|
||||
|
Loading…
Reference in New Issue
Block a user