File size: 128 Bytes
3f84332
 
 
 
 
 
1
2
3
4
5
6
7
from src.envs import API


def restart_space(repo_id: str):
    """Restart the space."""
    API.restart_space(repo_id=repo_id)