Spaces:
Runtime error
Runtime error
small change to rebuild
Browse files
app.py
CHANGED
@@ -12,7 +12,6 @@ css_style = """
|
|
12 |
|
13 |
def process_repository(url, model):
|
14 |
|
15 |
-
|
16 |
# Split the URL to get the repo name
|
17 |
repo_name = url.split('/')[-1]
|
18 |
if repo_name.endswith('.git'):
|
|
|
12 |
|
13 |
def process_repository(url, model):
|
14 |
|
|
|
15 |
# Split the URL to get the repo name
|
16 |
repo_name = url.split('/')[-1]
|
17 |
if repo_name.endswith('.git'):
|