ouclxy commited on
Commit
14a6072
·
verified ·
1 Parent(s): a5c8b6d

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -202,7 +202,7 @@ SD15_PATH, _, _ = _download_models()
202
  # -----------------------------------------------------------------------------
203
  # Gradio inference
204
  # -----------------------------------------------------------------------------
205
- with open("imgs/background.jpg", "rb") as f:
206
  _b64_bg = base64.b64encode(f.read()).decode()
207
 
208
 
 
202
  # -----------------------------------------------------------------------------
203
  # Gradio inference
204
  # -----------------------------------------------------------------------------
205
+ with open("imgs/background.png", "rb") as f:
206
  _b64_bg = base64.b64encode(f.read()).decode()
207
 
208