Spaces:
Running
on
Zero
Running
on
Zero
WeichenFan
commited on
Commit
·
3f607a7
1
Parent(s):
1298c80
update info
Browse files
app.py
CHANGED
@@ -413,7 +413,7 @@ threading.Thread(target=delete_old_files, daemon=True).start()
|
|
413 |
with gr.Blocks() as demo:
|
414 |
gr.Markdown("""
|
415 |
<div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
|
416 |
-
Vchitect-
|
417 |
</div>
|
418 |
<div style="text-align: center;">
|
419 |
<a href="https://huggingface.co/Vchitect-XL/Vchitect-XL-2B">🤗 2B Model Hub</a> |
|
@@ -444,7 +444,7 @@ with gr.Blocks() as demo:
|
|
444 |
generate_button = gr.Button("🎬 Generate Video")
|
445 |
|
446 |
with gr.Column():
|
447 |
-
video_output = gr.Video(label="
|
448 |
with gr.Row():
|
449 |
download_video_button = gr.File(label="📥 Download Video", visible=False)
|
450 |
download_gif_button = gr.File(label="📥 Download GIF", visible=False)
|
|
|
413 |
with gr.Blocks() as demo:
|
414 |
gr.Markdown("""
|
415 |
<div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
|
416 |
+
Vchitect-2.0 Huggingface Space🤗
|
417 |
</div>
|
418 |
<div style="text-align: center;">
|
419 |
<a href="https://huggingface.co/Vchitect-XL/Vchitect-XL-2B">🤗 2B Model Hub</a> |
|
|
|
444 |
generate_button = gr.Button("🎬 Generate Video")
|
445 |
|
446 |
with gr.Column():
|
447 |
+
video_output = gr.Video(label="Generate Video", width=768, height=432)
|
448 |
with gr.Row():
|
449 |
download_video_button = gr.File(label="📥 Download Video", visible=False)
|
450 |
download_gif_button = gr.File(label="📥 Download GIF", visible=False)
|