Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,5 +27,4 @@ demo = gr.Interface(
|
|
27 |
description="Enter a text prompt to generate an image using FLUX.1 [dev]."
|
28 |
)
|
29 |
|
30 |
-
|
31 |
-
demo.launch()
|
|
|
27 |
description="Enter a text prompt to generate an image using FLUX.1 [dev]."
|
28 |
)
|
29 |
|
30 |
+
gr.load("models/black-forest-labs/FLUX.1-dev").launch()
|
|