Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import os
|
2 |
import subprocess
|
3 |
from huggingface_hub import login
|
4 |
-
import spaces
|
5 |
|
6 |
def clone_and_initialize_repo(repo_url, target_dir):
|
7 |
"""
|
|
|
1 |
import os
|
2 |
import subprocess
|
3 |
from huggingface_hub import login
|
|
|
4 |
|
5 |
def clone_and_initialize_repo(repo_url, target_dir):
|
6 |
"""
|