Spaces:
Runtime error
Runtime error
Overthrow4232
commited on
Commit
•
809eaa8
1
Parent(s):
001bc99
Set model to sat-12l-sm
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from wtpsplit import SaT
|
|
4 |
import json
|
5 |
|
6 |
# Initialize the SaT model
|
7 |
-
sat = SaT("sat-
|
8 |
sat.half().to("cuda")
|
9 |
|
10 |
@spaces.GPU(duration=59)
|
|
|
4 |
import json
|
5 |
|
6 |
# Initialize the SaT model
|
7 |
+
sat = SaT("sat-12l-sm")
|
8 |
sat.half().to("cuda")
|
9 |
|
10 |
@spaces.GPU(duration=59)
|