fullstuckdev commited on
Commit
1cac897
·
1 Parent(s): fe7b9d3
Files changed (2) hide show
  1. __pycache__/config.cpython-310.pyc +0 -0
  2. 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