Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -81,10 +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 |
-
"<p><center>Lightning-fast text-to-video generation</center></p>" +
|
| 85 |
"<p><center><span style='color: red;'>You may change the steps from 4 to 8, if you didn't get satisfied results.</center></p>" +
|
| 86 |
"<p><center><strong>First Video Generating takes time then Videos generate faster.</p>" +
|
| 87 |
-
"<p><center>Make Sure to Write prompts in style as Given in Example, and ❤ this Space</p>"
|
|
|
|
| 88 |
)
|
| 89 |
with gr.Group():
|
| 90 |
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():
|