Stable-X commited on
Commit
c15ed95
1 Parent(s): dcb1657

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -212,7 +212,7 @@ def run_demo_server(pipe):
212
 
213
  with gr.Blocks(
214
  theme=gradio_theme,
215
- title="Stable Delight Estimation",
216
  css="""
217
  #download {
218
  height: 118px;
@@ -256,7 +256,7 @@ def run_demo_server(pipe):
256
  ) as demo:
257
  gr.Markdown(
258
  """
259
- # StableDelight: Removing Reflections from Textured Surfaces in a Single Image
260
  <p align="center">
261
  """
262
  )
 
212
 
213
  with gr.Blocks(
214
  theme=gradio_theme,
215
+ title="StableDelight",
216
  css="""
217
  #download {
218
  height: 118px;
 
256
  ) as demo:
257
  gr.Markdown(
258
  """
259
+ # StableDelight: Real-Time Reflection Removal from Textured Surfaces
260
  <p align="center">
261
  """
262
  )