davidberenstein1957 commited on
Commit
080bc90
·
verified ·
1 Parent(s): a8b3bdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ dtype = torch.bfloat16
11
  device = "cuda" if torch.cuda.is_available() else "CPU"
12
 
13
  pipe = PrunaModel.from_hub(
14
- "PrunaAI/Segmind-Vega-smashed"
15
  )
16
  pipe.move_to_device(device)
17
 
 
11
  device = "cuda" if torch.cuda.is_available() else "CPU"
12
 
13
  pipe = PrunaModel.from_hub(
14
+ "PrunaAI/FLUX.1-schnell-smashed-test"
15
  )
16
  pipe.move_to_device(device)
17