Spaces:
Running
on
Zero
Running
on
Zero
Fix
Browse files
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,
|