akhaliq HF staff commited on
Commit
451ddb5
1 Parent(s): d84b3c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -138,7 +138,6 @@ def run(space_name: str, model_names_str: str, hf_token: str, title: str,
138
  # Push! Make sure to specify repo_type
139
  readme_url = card.push_to_hub(repo_id, repo_type='space')
140
 
141
- print(f"Check out the updated card here: {readme_url}")
142
  except Exception as e:
143
  return str(e)
144
 
 
138
  # Push! Make sure to specify repo_type
139
  readme_url = card.push_to_hub(repo_id, repo_type='space')
140
 
 
141
  except Exception as e:
142
  return str(e)
143