mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-24 10:54:04 +08:00
Merge branch 'master' of https://github.com/gradio-app/gradio
This commit is contained in:
commit
884448ede3
@ -14,3 +14,4 @@ ffmpy
|
|||||||
librosa
|
librosa
|
||||||
colorama>=0.3.9
|
colorama>=0.3.9
|
||||||
markdown2
|
markdown2
|
||||||
|
pycrypto
|
||||||
|
@ -426,7 +426,8 @@ class Interface:
|
|||||||
# Set up shareable link
|
# Set up shareable link
|
||||||
self.share = share
|
self.share = share
|
||||||
if share:
|
if share:
|
||||||
print(strings.en["SHARE_LINK_MESSAGE"])
|
if not private_endpoint:
|
||||||
|
print(strings.en["SHARE_LINK_MESSAGE"])
|
||||||
try:
|
try:
|
||||||
share_url = networking.setup_tunnel(server_port, private_endpoint)
|
share_url = networking.setup_tunnel(server_port, private_endpoint)
|
||||||
print(strings.en["SHARE_LINK_DISPLAY"].format(share_url))
|
print(strings.en["SHARE_LINK_DISPLAY"].format(share_url))
|
||||||
|
3
setup.py
3
setup.py
@ -29,6 +29,7 @@ setup(
|
|||||||
'ffmpy',
|
'ffmpy',
|
||||||
'librosa',
|
'librosa',
|
||||||
'colorama >= 0.3.9',
|
'colorama >= 0.3.9',
|
||||||
'markdown2'
|
'markdown2',
|
||||||
|
'pycrypto'
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 27 KiB |
Binary file not shown.
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 31 KiB |
Binary file not shown.
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
Loading…
Reference in New Issue
Block a user