Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Upload folder using huggingface_hub
Browse files- api/index.py +1 -1
- 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. | 
| 3 | 
             
            gradio
         | 
| 4 | 
             
            openai
         | 
|  | |
| 1 | 
             
            Flask==3.0.0
         | 
| 2 | 
            +
            replicate==0.26.0
         | 
| 3 | 
             
            gradio
         | 
| 4 | 
             
            openai
         | 
