broadfield-dev commited on
Commit
8cc42bf
·
verified ·
1 Parent(s): e9dd265

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -323,7 +323,7 @@ def create_hf_space():
323
  repo_type="space",
324
  token=HF_TOKEN
325
  )
326
- os.remove("temp_Dockerfile")
327
  space_url = f"https://huggingface.co/spaces/{full_repo_id}"
328
  return jsonify({
329
  "message": "New Space created",
 
323
  repo_type="space",
324
  token=HF_TOKEN
325
  )
326
+ os.remove("temp_Dockerfile")
327
  space_url = f"https://huggingface.co/spaces/{full_repo_id}"
328
  return jsonify({
329
  "message": "New Space created",