Update app.py
Browse files
app.py
CHANGED
|
@@ -220,7 +220,7 @@ Mirror: [{data['mirrorUrl']}]({data['mirrorUrl']})
|
|
| 220 |
filename = checkread,
|
| 221 |
token = oauth_token
|
| 222 |
):
|
| 223 |
-
gr.Info(f"Skipping {filename}, model was not created {
|
| 224 |
continue
|
| 225 |
if file_exists(
|
| 226 |
repo_id = user_repo_id,
|
|
|
|
| 220 |
filename = checkread,
|
| 221 |
token = oauth_token
|
| 222 |
):
|
| 223 |
+
gr.Info(f"Skipping {filename}, model was not created {checkread}")
|
| 224 |
continue
|
| 225 |
if file_exists(
|
| 226 |
repo_id = user_repo_id,
|