AlbeRota commited on
Commit
571eb53
·
1 Parent(s): 1cf9a67
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -118,6 +118,7 @@ def _get_model(device: str):
118
  _cached_ura_model = model(
119
  pretrained=True,
120
  weights_path=assets.weights_path,
 
121
  config_path=assets.config_path,
122
  device=device,
123
  verbose=False,
 
118
  _cached_ura_model = model(
119
  pretrained=True,
120
  weights_path=assets.weights_path,
121
+ # weights_path="/home/arota/UnReflectAnything/weights/full_model_weights.pt",
122
  config_path=assets.config_path,
123
  device=device,
124
  verbose=False,