Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -120,13 +120,7 @@ with gr.Blocks() as demo:
|
|
120 |
# label='Secret Token',
|
121 |
# max_lines=1,
|
122 |
# placeholder='Enter your secret token')
|
123 |
-
|
124 |
-
<div style="z-index: 100; position: fixed; top: 0px; right: 0px; left: 0px; bottom: 0px; width: 100%; height: 100%; background: white; display: flex; align-items: center; justify-content: center; color: black;">
|
125 |
-
<div style="text-align: center; color: black;">
|
126 |
-
<p style="color: black;">This space is a REST API to programmatically generate MP4 videos.</p>
|
127 |
-
<p style="color: black;">Interested in using it? Look no further than the <a href="https://huggingface.co/spaces/multimodalart/stable-video-diffusion" target="_blank">original space</a>!</p>
|
128 |
-
</div>
|
129 |
-
</div>""")
|
130 |
image = gr.Image(label="Upload your image", type="pil")
|
131 |
generate_btn = gr.Button("Generate")
|
132 |
base64_out = gr.Textbox(label="Base64 Video")
|
|
|
120 |
# label='Secret Token',
|
121 |
# max_lines=1,
|
122 |
# placeholder='Enter your secret token')
|
123 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
124 |
image = gr.Image(label="Upload your image", type="pil")
|
125 |
generate_btn = gr.Button("Generate")
|
126 |
base64_out = gr.Textbox(label="Base64 Video")
|