sab
commited on
Commit
·
30a08a0
1
Parent(s):
1d7aaae
fix coffee
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ interface = gr.Interface(
|
|
45 |
title=cfg.TITLE,
|
46 |
description=cfg.DESCRIPTION,
|
47 |
examples=cfg.EXAMPLES,
|
48 |
-
article=cfg.
|
49 |
|
50 |
)
|
51 |
|
|
|
45 |
title=cfg.TITLE,
|
46 |
description=cfg.DESCRIPTION,
|
47 |
examples=cfg.EXAMPLES,
|
48 |
+
article=cfg.BUY_ME_A_COFFE
|
49 |
|
50 |
)
|
51 |
|
config.py
CHANGED
@@ -8,7 +8,7 @@ DESCRIPTION = """
|
|
8 |
Enter a text prompt and customize the number of frames and the frame rate (fps) for the generated video. 🛠️
|
9 |
"""
|
10 |
|
11 |
-
BUY_ME_A_COFFE= """
|
12 |
<a href="https://buymeacoffee.com/thesab" target="_blank">
|
13 |
<button style="background-color: #FFDD00; border: none; color: black; padding: 10px 20px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; cursor: pointer; border-radius: 10px;">
|
14 |
☕ Buy Me a Coffee
|
|
|
8 |
Enter a text prompt and customize the number of frames and the frame rate (fps) for the generated video. 🛠️
|
9 |
"""
|
10 |
|
11 |
+
BUY_ME_A_COFFE = """
|
12 |
<a href="https://buymeacoffee.com/thesab" target="_blank">
|
13 |
<button style="background-color: #FFDD00; border: none; color: black; padding: 10px 20px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; cursor: pointer; border-radius: 10px;">
|
14 |
☕ Buy Me a Coffee
|