Spaces:
Running on T4
Running on T4
revert to flux-schnell
Browse files
app.py
CHANGED
|
@@ -113,7 +113,7 @@ def replicate_api_inference(input_prompt):
|
|
| 113 |
"safety_tolerance": 1,
|
| 114 |
"num_inference_steps": 4
|
| 115 |
}
|
| 116 |
-
image = replicate.run("black-forest-labs/flux-schnell
|
| 117 |
image = Image.open(image[0])
|
| 118 |
return image
|
| 119 |
|
|
|
|
| 113 |
"safety_tolerance": 1,
|
| 114 |
"num_inference_steps": 4
|
| 115 |
}
|
| 116 |
+
image = replicate.run("black-forest-labs/flux-schnell",input=input_params)
|
| 117 |
image = Image.open(image[0])
|
| 118 |
return image
|
| 119 |
|