Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import os
|
|
4 |
os.environ['HF_HOME'] = '/blabla/cache/'
|
5 |
|
6 |
# Load the diffusion model
|
7 |
-
pipe = DiffusionPipeline.from_pretrained("
|
8 |
|
9 |
def generate_image(prompt):
|
10 |
# Generate the image based on the prompt
|
|
|
4 |
os.environ['HF_HOME'] = '/blabla/cache/'
|
5 |
|
6 |
# Load the diffusion model
|
7 |
+
pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev")
|
8 |
|
9 |
def generate_image(prompt):
|
10 |
# Generate the image based on the prompt
|