mckell commited on
Commit
ae34bd9
·
verified ·
1 Parent(s): b66efbf

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "feature/modal-transition")
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