Spaces:
Runtime error
Runtime error
sab
commited on
Commit
ยท
20d6ae4
1
Parent(s):
c3dbd3d
fix layout
Browse files
README.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
| 1 |
---
|
| 2 |
title: Mochi 1
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.5.0
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned:
|
| 10 |
license: apache-2.0
|
| 11 |
-
short_description:
|
| 12 |
---
|
| 13 |
|
| 14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
title: Mochi 1
|
| 3 |
+
emoji: ๐ฟ
|
| 4 |
+
colorFrom: black
|
| 5 |
+
colorTo: red
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.5.0
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
license: apache-2.0
|
| 11 |
+
short_description: Generate a video based on a text prompt using Mochi
|
| 12 |
---
|
| 13 |
|
| 14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
config.py
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
TITLE = "Mochi 1 - Video Generator ๐"
|
| 2 |
|
| 3 |
DESCRIPTION = """
|
| 4 |
-
โจ Generate a video based on a text prompt using the
|
| 5 |
-
Enter a text prompt and customize the number of frames and the frame rate (fps) for the generated video. ๐ ๏ธ
|
| 6 |
"""
|
| 7 |
|
| 8 |
BUY_ME_A_COFFE = """
|
|
|
|
| 1 |
TITLE = "Mochi 1 - Video Generator ๐"
|
| 2 |
|
| 3 |
DESCRIPTION = """
|
| 4 |
+
โจ Generate a video based on a text prompt using the Mochi-1-preview.
|
|
|
|
| 5 |
"""
|
| 6 |
|
| 7 |
BUY_ME_A_COFFE = """
|