Spaces:
Running
on
Zero
Running
on
Zero
AI-Platform
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -79,11 +79,8 @@ 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>
|
83 |
-
|
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>Mochi 1</center></h1>" +
|
83 |
+
|
|
|
|
|
|
|
84 |
)
|
85 |
with gr.Group():
|
86 |
with gr.Row():
|