Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
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
|
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():
|
@@ -170,6 +170,4 @@ with gr.Blocks(css="style.css") as demo:
|
|
170 |
cache_examples=True,
|
171 |
)
|
172 |
|
173 |
-
gr.Markdown(MORE)
|
174 |
-
|
175 |
demo.queue().launch()
|
|
|
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>To get best results Make Sure to Write prompts in style as Given in Examples/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():
|
|
|
170 |
cache_examples=True,
|
171 |
)
|
172 |
|
|
|
|
|
173 |
demo.queue().launch()
|