Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -152,7 +152,8 @@ with gr.Blocks(css=css) as demo:
|
|
| 152 |
|
| 153 |
with gr.Column(elem_id="col-container"):
|
| 154 |
gr.Markdown(f"""# GenSIRR: Rectifying Latent Space for Generative SIRR
|
| 155 |
-
This is a demo for our generative single-image reflection removal model.
|
|
|
|
| 156 |
""")
|
| 157 |
with gr.Row():
|
| 158 |
with gr.Column():
|
|
|
|
| 152 |
|
| 153 |
with gr.Column(elem_id="col-container"):
|
| 154 |
gr.Markdown(f"""# GenSIRR: Rectifying Latent Space for Generative SIRR
|
| 155 |
+
This is a demo for our generative single-image reflection removal model. To limit the running time, the model here runs at a 512px resolution.
|
| 156 |
+
We strongly suggest you to use 768px or 1024px for better performance.
|
| 157 |
""")
|
| 158 |
with gr.Row():
|
| 159 |
with gr.Column():
|