sab commited on
Commit
ff9b5fb
1 Parent(s): 07ce7ff
Files changed (2) hide show
  1. app.py +1 -1
  2. config.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ demo = gr.Interface(
79
  fn=process_image,
80
  inputs=image,
81
  outputs=[output_slider, gr.File(label="output png file")],
82
- title="🫧 Snap Clean 🧽",
83
  description=config.DESCRIPTION,
84
  article=config.BUY_ME_A_COFFE
85
  )
 
79
  fn=process_image,
80
  inputs=image,
81
  outputs=[output_slider, gr.File(label="output png file")],
82
+ title=config.TITLE,
83
  description=config.DESCRIPTION,
84
  article=config.BUY_ME_A_COFFE
85
  )
config.py CHANGED
@@ -8,6 +8,7 @@ DEFAULT_SEED = 124
8
  DEFAULT_NUM_INFERENCE_STEPS = 24
9
  DEFAULT_TRUE_GUIDANCE_SCALE = 3.5
10
 
 
11
 
12
  BUY_ME_A_COFFE = """
13
  <a href="https://buymeacoffee.com/thesab" target="_blank">
@@ -21,7 +22,6 @@ BUY_ME_A_COFFE = """
21
 
22
  DESCRIPTION = f"""
23
  <div style="max-width: 600px; margin: auto; font-family: Arial, sans-serif; color: #333;">
24
- <h1 style="text-align: center; color: #fff;">🧽🫧Snap Clean!</h1>
25
  <p style="text-align: center; font-size: 1.1em; line-height: 1.6;">
26
  Remove Unwanted Objects from Photos.
27
  </p>
 
8
  DEFAULT_NUM_INFERENCE_STEPS = 24
9
  DEFAULT_TRUE_GUIDANCE_SCALE = 3.5
10
 
11
+ TITLE = "🫧 Snap Clean 🧽"
12
 
13
  BUY_ME_A_COFFE = """
14
  <a href="https://buymeacoffee.com/thesab" target="_blank">
 
22
 
23
  DESCRIPTION = f"""
24
  <div style="max-width: 600px; margin: auto; font-family: Arial, sans-serif; color: #333;">
 
25
  <p style="text-align: center; font-size: 1.1em; line-height: 1.6;">
26
  Remove Unwanted Objects from Photos.
27
  </p>