lime-j commited on
Commit
46ebb59
·
verified ·
1 Parent(s): 1472851

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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():