DigiP-AI commited on
Commit
ed10484
1 Parent(s): 62f1152

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -123,7 +123,7 @@ examples = [
123
  "a beautiful woman with brown hair and grey eyes",
124
  "a beautiful woman with black hair and brown eyes",
125
  ]
126
- image_path = 'abstract(1).jpg' # Replace with your image file path
127
 
128
  absolute_path = os.path.abspath(image_path)
129
 
@@ -133,7 +133,7 @@ css = """
133
  margin-left: auto;
134
  margin-right: auto;
135
  }
136
- ".gradio-container {background: url('file=abstract(1).jpg')}
137
 
138
  """
139
  with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
 
123
  "a beautiful woman with brown hair and grey eyes",
124
  "a beautiful woman with black hair and brown eyes",
125
  ]
126
+ image_path = 'DigiP-AI/FLUX.Dev-LORA/abstract(1).jpg' # Replace with your image file path
127
 
128
  absolute_path = os.path.abspath(image_path)
129
 
 
133
  margin-left: auto;
134
  margin-right: auto;
135
  }
136
+ ".gradio-container {background: url('DigiP-AI/FLUX.Dev-LORA/abstract(1).jpg')}
137
 
138
  """
139
  with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app: