Rooc commited on
Commit
cbffea5
·
verified ·
1 Parent(s): c41ac46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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()