jbilcke-hf HF staff commited on
Commit
51d3bd9
1 Parent(s): beaef0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -248,6 +248,13 @@ def sample(
248
 
249
 
250
  with gr.Blocks() as demo:
 
 
 
 
 
 
 
251
  with gr.Row():
252
  secret_token = gr.Textbox()
253
  image_input_base64 = gr.Textbox()
 
248
 
249
 
250
  with gr.Blocks() as demo:
251
+ gr.HTML("""
252
+ <div style="z-index: 100; position: fixed; top: 0px; right: 0px; left: 0px; bottom: 0px; width: 100%; height: 100%; background: white; display: flex; align-items: center; justify-content: center; color: black;">
253
+ <div style="text-align: center; color: black;">
254
+ <p style="color: black;">This space is a headless component of the cloud rendering engine used by AiTube.</p>
255
+ <p style="color: black;">It is not available for public use, but you can use the <a href="https://huggingface.co/spaces/doevent/AnimateLCM-SVD" target="_blank">original space</a>.</p>
256
+ </div>
257
+ </div>""")
258
  with gr.Row():
259
  secret_token = gr.Textbox()
260
  image_input_base64 = gr.Textbox()