Leeps commited on
Commit
43c575c
1 Parent(s): 7c9e3f2

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. api/index.py +1 -1
  2. requirements.txt +1 -1
api/index.py CHANGED
@@ -96,7 +96,7 @@ def image_classifier(moodboard, starter_image, image_strength, prompt):
96
  "apply_watermark": False,
97
  "num_inference_steps": 25,
98
  "prompt_strength": 1-image_strength,
99
- "num_outputs": 3,
100
  }
101
 
102
  output = replicate.run(
 
96
  "apply_watermark": False,
97
  "num_inference_steps": 25,
98
  "prompt_strength": 1-image_strength,
99
+ "num_outputs": 3
100
  }
101
 
102
  output = replicate.run(
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
  Flask==3.0.0
2
- replicate==0.14.0
3
  gradio
4
  openai
 
1
  Flask==3.0.0
2
+ replicate==0.26.0
3
  gradio
4
  openai