Spaces:
Sleeping
Sleeping
import os | |
# Clone the GitHub repository | |
os.system("git clone https://github.com/taslim19/Seonari") | |
# Navigate into the cloned repository directory | |
os.chdir("Seonari") | |
# Install dependencies from requirements.txt | |
os.system("pip install -r requirements.txt") | |
# Run the main Python file | |
os.system("python3 -m Powers") | |