shivalikasingh commited on
Commit
16a7386
·
verified ·
1 Parent(s): bd124f5

revert to flux-schnell

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-lora",input=input_params)
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