Spaces:
Running
on
Zero
Running
on
Zero
Update convert.py
Browse files- 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 |
|