Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ def generate_image(prompt, negative_prompt="", seed=-1, width=512, height=512, g
|
|
8 |
pass
|
9 |
|
10 |
# Load the pre-configured Flux model interface
|
11 |
-
|
12 |
|
13 |
# Create the Gradio interface
|
14 |
with gr.Blocks() as demo:
|
|
|
8 |
pass
|
9 |
|
10 |
# Load the pre-configured Flux model interface
|
11 |
+
flux_demo = gr.load("spaces/GenAIJake/d3xt3r")
|
12 |
|
13 |
# Create the Gradio interface
|
14 |
with gr.Blocks() as demo:
|