mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-06 10:25:17 +08:00
removing 24 limit for private
This commit is contained in:
parent
62f672fb75
commit
7828c660e6
@ -14,3 +14,4 @@ ffmpy
|
||||
librosa
|
||||
colorama>=0.3.9
|
||||
markdown2
|
||||
pycrypto
|
||||
|
@ -424,7 +424,8 @@ class Interface:
|
||||
# Set up shareable link
|
||||
self.share = share
|
||||
if share:
|
||||
print(strings.en["SHARE_LINK_MESSAGE"])
|
||||
if not private_endpoint:
|
||||
print(strings.en["SHARE_LINK_MESSAGE"])
|
||||
try:
|
||||
share_url = networking.setup_tunnel(server_port, private_endpoint)
|
||||
print(strings.en["SHARE_LINK_DISPLAY"].format(share_url))
|
||||
|
Loading…
Reference in New Issue
Block a user