Overthrow4232 commited on
Commit
809eaa8
1 Parent(s): 001bc99

Set model to sat-12l-sm

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from wtpsplit import SaT
4
  import json
5
 
6
  # Initialize the SaT model
7
- sat = SaT("sat-3l-sm")
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)