Upload app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ from pathlib import Path
|
|
| 21 |
|
| 22 |
# Install diffviews from git to bypass pip cache issues
|
| 23 |
_REPO_URL = "https://github.com/mckellcarter/diffviews.git"
|
| 24 |
-
_REPO_BRANCH = os.environ.get("DIFFVIEWS_BRANCH", "
|
| 25 |
_REPO_DIR = "/tmp/diffviews"
|
| 26 |
|
| 27 |
# Remove stale pip-installed version so our clone takes priority
|
|
|
|
| 21 |
|
| 22 |
# Install diffviews from git to bypass pip cache issues
|
| 23 |
_REPO_URL = "https://github.com/mckellcarter/diffviews.git"
|
| 24 |
+
_REPO_BRANCH = os.environ.get("DIFFVIEWS_BRANCH", "diffviews-gradio6-HFz-CFr2")
|
| 25 |
_REPO_DIR = "/tmp/diffviews"
|
| 26 |
|
| 27 |
# Remove stale pip-installed version so our clone takes priority
|