Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2,4 +2,4 @@ import os
|
|
2 |
os.system("pip install git+https://github.com/broadfield-dev/repo_to_md.git")
|
3 |
|
4 |
from repo_to_md import create_markdown_document
|
5 |
-
print(create_markdown_document(url=
|
|
|
2 |
os.system("pip install git+https://github.com/broadfield-dev/repo_to_md.git")
|
3 |
|
4 |
from repo_to_md import create_markdown_document
|
5 |
+
print(create_markdown_document(url="https://huggingface.co/spaces/broadfield-dev/repo_to_md"))
|