gokaygokay commited on
Commit
0820b2f
1 Parent(s): eb3bbe6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ dtype = torch.float16
18
 
19
  # AuraFlow model
20
  pipe = AuraFlowPipeline.from_pretrained(
21
- "fal/AuraFlow-v0.2",
22
  torch_dtype=torch.float16
23
  ).to(device)
24
 
 
18
 
19
  # AuraFlow model
20
  pipe = AuraFlowPipeline.from_pretrained(
21
+ "fal/AuraFlow-v0.3",
22
  torch_dtype=torch.float16
23
  ).to(device)
24