Spaces:
Running
Running
Commit
·
1cac897
1
Parent(s):
fe7b9d3
update
Browse files- __pycache__/config.cpython-310.pyc +0 -0
- app.py +1 -2
__pycache__/config.cpython-310.pyc
ADDED
Binary file (1.89 kB). View file
|
|
app.py
CHANGED
@@ -56,8 +56,7 @@ interface = gr.Interface(
|
|
56 |
outputs=gr.Video(),
|
57 |
title=cfg.TITLE,
|
58 |
description=cfg.DESCRIPTION,
|
59 |
-
examples=cfg.EXAMPLES
|
60 |
-
article=cfg.BUY_ME_A_COFFE
|
61 |
)
|
62 |
|
63 |
# Center the title and description using custom CSS
|
|
|
56 |
outputs=gr.Video(),
|
57 |
title=cfg.TITLE,
|
58 |
description=cfg.DESCRIPTION,
|
59 |
+
examples=cfg.EXAMPLES
|
|
|
60 |
)
|
61 |
|
62 |
# Center the title and description using custom CSS
|