silveroxides commited on
Commit
111380e
·
verified ·
1 Parent(s): 6762348

Update convert.py

Browse files
Files changed (1) hide show
  1. convert.py +0 -1
convert.py CHANGED
@@ -60,7 +60,6 @@ def previous_pr(api: "HfApi", model_id: str, pr_title: str) -> Optional["Discuss
60
  if details.target_branch == "refs/heads/main":
61
  return discussion
62
 
63
- @spaces.GPU()
64
  def convert(token: str, model_id: str, filename: str, your_model_id: str, progress=gr.Progress()):
65
  api = HfApi()
66
 
 
60
  if details.target_branch == "refs/heads/main":
61
  return discussion
62
 
 
63
  def convert(token: str, model_id: str, filename: str, your_model_id: str, progress=gr.Progress()):
64
  api = HfApi()
65