加入subpath支持,但暂不启用
This commit is contained in:
@ -521,7 +521,7 @@ class DummyWith():
|
||||
def __exit__(self, exc_type, exc_value, traceback):
|
||||
return
|
||||
|
||||
def run_gradio(demo, auth, port, custom_path):
|
||||
def run_gradio_in_subpath(demo, auth, port, custom_path):
|
||||
def is_path_legal(path: str)->bool:
|
||||
'''
|
||||
check path for sub url
|
||||
|
||||
Reference in New Issue
Block a user