Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -155,7 +155,7 @@ def create_and_push(space_type, hardware, private_space, add_badge, other_model_
|
|
155 |
|
156 |
return f"""
|
157 |
Successfully created space at: <a href="{repo_url}" target="_blank">{repo_url}</a> <br>
|
158 |
-
Opened a PR to add the space badge
|
159 |
"""
|
160 |
|
161 |
except Exception as e:
|
|
|
155 |
|
156 |
return f"""
|
157 |
Successfully created space at: <a href="{repo_url}" target="_blank">{repo_url}</a> <br>
|
158 |
+
Opened a PR to add the space badge: <a href="https://huggingface.co/{original_model_id}/discussions" target="_blank">https://huggingface.co/{original_model_id}</a>
|
159 |
"""
|
160 |
|
161 |
except Exception as e:
|