Nymbo commited on
Commit
cebc34c
·
verified ·
1 Parent(s): 74ba7c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -81,6 +81,10 @@ def generate_image(prompt, base, motion, step, progress=gr.Progress()):
81
  with gr.Blocks(css="style.css") as demo:
82
  gr.HTML(
83
  "<h1><center>Instant⚡Video</center></h1>" +
 
 
 
 
84
  )
85
  with gr.Group():
86
  with gr.Row():
 
81
  with gr.Blocks(css="style.css") as demo:
82
  gr.HTML(
83
  "<h1><center>Instant⚡Video</center></h1>" +
84
+ "<p><center><span style='color: red;'>You may change the steps from 4 to 8, if you didn't get satisfied results.</center></p>" +
85
+ "<p><center><strong>First Video Generating takes time then Videos generate faster.</p>" +
86
+ "<p><center>Make Sure to Write prompts in style as Given in Example, and ❤ this Space</p>" +
87
+ "<p><a href='https://huggingface.co/spaces/KingNish/Instant-Video/discussions/1' >Must Share you Best Results with Community - Click HERE<a></p>"
88
  )
89
  with gr.Group():
90
  with gr.Row():