Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ import spaces
|
|
| 10 |
|
| 11 |
pipe = AutoPipelineForText2Image.from_pretrained(
|
| 12 |
"ostris/Flex.2-preview",
|
| 13 |
-
custom_pipeline="
|
| 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 |
|