AlbeRota commited on
Commit
7de7471
·
1 Parent(s): bd1794b

URA is now 0.3.1 with torch 2.9

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def build_ui():
137
  repo_id="AlbeRota/UnReflectAnything",
138
  filename="assets/logo.png"
139
  )
140
- if LOGO_PATH.is_file():
141
  gr.Image(
142
  value=str(LOGO_PATH),
143
  show_label=False,
 
137
  repo_id="AlbeRota/UnReflectAnything",
138
  filename="assets/logo.png"
139
  )
140
+ if Path(LOGO_PATH).is_file():
141
  gr.Image(
142
  value=str(LOGO_PATH),
143
  show_label=False,