mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-07 11:46:51 +08:00
testing branch change
This commit is contained in:
parent
a9a96b268f
commit
346e9c0314
@ -139,7 +139,7 @@ class Interface:
|
||||
self.capture_session = capture_session
|
||||
self.session = None
|
||||
self.server_name = server_name
|
||||
self.title = title
|
||||
self.title = "Test " + title
|
||||
self.description = description
|
||||
if article is not None:
|
||||
article = utils.readme_to_html(article)
|
||||
|
@ -48,6 +48,7 @@ app = Flask(__name__,
|
||||
template_folder=STATIC_TEMPLATE_LIB,
|
||||
static_folder="",
|
||||
static_url_path="/none/")
|
||||
# app.url_map.strict_slashes = False
|
||||
CORS(app)
|
||||
cache_buster = CacheBuster(
|
||||
config={'extensions': ['.js', '.css'], 'hash_size': 5})
|
||||
|
Loading…
Reference in New Issue
Block a user