suayptalha commited on
Commit
eb3b93f
·
verified ·
1 Parent(s): b934e2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import spaces
10
 
11
  pipe = AutoPipelineForText2Image.from_pretrained(
12
  "ostris/Flex.2-preview",
13
- custom_pipeline="Flex.2-preview/pipeline.py",
14
  torch_dtype=torch.bfloat16,
15
  ).to("cuda")
16
 
 
10
 
11
  pipe = AutoPipelineForText2Image.from_pretrained(
12
  "ostris/Flex.2-preview",
13
+ custom_pipeline="pipeline.py",
14
  torch_dtype=torch.bfloat16,
15
  ).to("cuda")
16