Spaces:
Build error
Build error
Commit
·
7c0fef2
1
Parent(s):
4e61fdd
- fix the output url
Browse files
app.py
CHANGED
|
@@ -77,7 +77,7 @@ class SpaceBuilder:
|
|
| 77 |
repo_type="space",
|
| 78 |
token=hf_token,
|
| 79 |
)
|
| 80 |
-
cls.url = f"https://huggingface.co/spaces/{repo_name}
|
| 81 |
return True
|
| 82 |
except Exception as ex:
|
| 83 |
print(ex)
|
|
|
|
| 77 |
repo_type="space",
|
| 78 |
token=hf_token,
|
| 79 |
)
|
| 80 |
+
cls.url = f"https://huggingface.co/spaces/{repo_name}"
|
| 81 |
return True
|
| 82 |
except Exception as ex:
|
| 83 |
print(ex)
|