Felix Marty commited on
Commit
6629271
1 Parent(s): 8513f15
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def onnx_export(token: str, model_id: str, task: str) -> str:
51
  commit_url = repo.push_to_hub()
52
  print("[dataset]", commit_url)
53
 
54
- return f"#### Success 🔥 Yay! This model was successfully converted and a PR was open using your token, here: {commit_info.pr_url}]({commit_info.pr_url})"
55
  except Exception as e:
56
  return f"#### Error: {e}"
57
 
 
51
  commit_url = repo.push_to_hub()
52
  print("[dataset]", commit_url)
53
 
54
+ return f"#### Success 🔥 Yay! This model was successfully converted and a PR was open using your token, here: [{commit_info.pr_url}]({commit_info.pr_url})"
55
  except Exception as e:
56
  return f"#### Error: {e}"
57