Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -79,11 +79,7 @@ def generate_image(prompt, base="Realistic", motion="", step=8, progress=gr.Prog
|
|
79 |
# Gradio Interface
|
80 |
with gr.Blocks(css="style.css") as demo:
|
81 |
gr.HTML(
|
82 |
-
"<h1><center>Instant
|
83 |
-
"<p><center><span style='color: red;'>You may change the steps from 4 to 8, if you didn't get satisfied results.</center></p>" +
|
84 |
-
"<p><center><strong>First Video Generating takes time then Videos generate faster.</p>" +
|
85 |
-
"<p><center>To get best results Make Sure to Write prompts in style as Given in Examples/p>" +
|
86 |
-
"<p><a href='https://huggingface.co/spaces/KingNish/Instant-Video/discussions/1' >Must Share you Best Results with Community - Click HERE<a></p>"
|
87 |
)
|
88 |
with gr.Group():
|
89 |
with gr.Row():
|
|
|
79 |
# Gradio Interface
|
80 |
with gr.Blocks(css="style.css") as demo:
|
81 |
gr.HTML(
|
82 |
+
"<h1><center>Instant Video Generator ⚡</center></h1>" +
|
|
|
|
|
|
|
|
|
83 |
)
|
84 |
with gr.Group():
|
85 |
with gr.Row():
|