anzorq commited on
Commit
8184c9a
β€’
1 Parent(s): 23efd9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 at: <a href="https://huggingface.co/{model_id}" target="_blank">https://huggingface.co/{original_model_id}</a>
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: