Spaces:
Sleeping
Sleeping
Update app.py
#18
by
reach-vb
- opened
app.py
CHANGED
|
@@ -82,7 +82,8 @@ def process_image_tag(image_tag, repo_id, oauth_token: Union[gr.OAuthToken, None
|
|
| 82 |
# Delete the blobs folder
|
| 83 |
shutil.rmtree('blobs')
|
| 84 |
|
| 85 |
-
return f
|
|
|
|
| 86 |
except Exception as e:
|
| 87 |
shutil.rmtree('blobs', ignore_errors=True)
|
| 88 |
|
|
|
|
| 82 |
# Delete the blobs folder
|
| 83 |
shutil.rmtree('blobs')
|
| 84 |
|
| 85 |
+
return f'Find your repo <a href=\'{repo_path}\' target="_blank" style="text-decoration:underline">here</a>'
|
| 86 |
+
|
| 87 |
except Exception as e:
|
| 88 |
shutil.rmtree('blobs', ignore_errors=True)
|
| 89 |
|