husseyn-1 commited on
Commit
e9558ed
·
verified ·
1 Parent(s): 5f5921c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,4 +1,4 @@
1
  import gradio as gr
2
 
3
-
4
- gr.load("models/black-forest-labs/FLUX.1-dev").launch()
 
1
  import gradio as gr
2
 
3
+ # Load the model with a custom title and description
4
+ gr.load("models/black-forest-labs/FLUX.1-dev", title="AbuX Image Generator", description="Generate high quality images with AbuX. Made by Abdullah Huseynli. Copyright 2024.").launch()