Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -212,7 +212,7 @@ def run_demo_server(pipe):
|
|
| 212 |
|
| 213 |
with gr.Blocks(
|
| 214 |
theme=gradio_theme,
|
| 215 |
-
title="
|
| 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:
|
| 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 |
)
|