anonymous commited on
Commit
7f0d7fa
1 Parent(s): c9f0162
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -126,6 +126,7 @@ css = '''
126
  '''
127
  with gr.Blocks(css=css) as demo:
128
  gr.Markdown('# ReVP: Reversible Visual Processing with Latent Models')
 
129
  with gr.Tab('Add censorship'):
130
  with gr.Row():
131
  with gr.Column():
 
126
  '''
127
  with gr.Blocks(css=css) as demo:
128
  gr.Markdown('# ReVP: Reversible Visual Processing with Latent Models')
129
+ gr.Markdown('Check out our project page for more info: https://revp2024.github.io')
130
  with gr.Tab('Add censorship'):
131
  with gr.Row():
132
  with gr.Column():