Spaces:
Sleeping
Sleeping
Update
Browse files- gradio_helpers.py +1 -1
gradio_helpers.py
CHANGED
@@ -75,7 +75,7 @@ def _do_download():
|
|
75 |
continue
|
76 |
|
77 |
name, (repo, filenames, revision) = next(iter(_scheduled.items()))
|
78 |
-
logging.info('Downloading "%s" %s/%s/%s...', name, repo,
|
79 |
with timed(f'downloading {name}', True) as t:
|
80 |
if should_mock():
|
81 |
logging.warning('Mocking loading')
|
|
|
75 |
continue
|
76 |
|
77 |
name, (repo, filenames, revision) = next(iter(_scheduled.items()))
|
78 |
+
logging.info('Downloading "%s" %s/%s/%s...', name, repo, filenames, revision)
|
79 |
with timed(f'downloading {name}', True) as t:
|
80 |
if should_mock():
|
81 |
logging.warning('Mocking loading')
|