Spaces:
Sleeping
Sleeping
Update app.py (#4)
Browse files- Update app.py (d872674cbb5b336f233f132982d39ecbbafe4452)
app.py
CHANGED
|
@@ -162,7 +162,6 @@ with gr.Blocks(css=css) as demo:
|
|
| 162 |
description="The space takes an HF repo as an input, quantizes it and creates a Public/ Private repo containing the selected quant under your HF user namespace.",
|
| 163 |
api_name=False
|
| 164 |
)
|
| 165 |
-
)
|
| 166 |
|
| 167 |
def restart_space():
|
| 168 |
HfApi().restart_space(repo_id="reach-vb/mlx-my-repo", token=HF_TOKEN, factory_reboot=True)
|
|
|
|
| 162 |
description="The space takes an HF repo as an input, quantizes it and creates a Public/ Private repo containing the selected quant under your HF user namespace.",
|
| 163 |
api_name=False
|
| 164 |
)
|
|
|
|
| 165 |
|
| 166 |
def restart_space():
|
| 167 |
HfApi().restart_space(repo_id="reach-vb/mlx-my-repo", token=HF_TOKEN, factory_reboot=True)
|