Spaces:
Runtime error
Runtime error
Update spaces
Browse files
app.py
CHANGED
|
@@ -8,6 +8,7 @@ id = "1G9kF0r5vxYXPSdSuv4t3GR-sBO8xGFCe"
|
|
| 8 |
output = "msanii.pt"
|
| 9 |
gdown.download(id=id, output=output, quiet=True)
|
| 10 |
|
|
|
|
| 11 |
# Setup app config
|
| 12 |
config = DemoConfig(
|
| 13 |
ckpt_path="msanii.pt",
|
|
|
|
| 8 |
output = "msanii.pt"
|
| 9 |
gdown.download(id=id, output=output, quiet=True)
|
| 10 |
|
| 11 |
+
|
| 12 |
# Setup app config
|
| 13 |
config = DemoConfig(
|
| 14 |
ckpt_path="msanii.pt",
|