mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
Merge branch 'master' of https://github.com/gradio-app/gradio
This commit is contained in:
commit
8470bd5087
@ -14,3 +14,4 @@ ffmpy
|
||||
librosa
|
||||
colorama>=0.3.9
|
||||
markdown2
|
||||
pycrypto
|
||||
|
@ -426,7 +426,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))
|
||||
|
3
setup.py
3
setup.py
@ -29,6 +29,7 @@ setup(
|
||||
'ffmpy',
|
||||
'librosa',
|
||||
'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