smartdigitalnetworks commited on
Commit
c68d848
·
verified ·
1 Parent(s): ab80724

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ class App:
12
  def __init__(self,
13
  args=None):
14
  self.args = args
15
- self.app = gr.Blocks(css=GRADIO_CSS)
16
  self.i18n = Translate(I18N_YAML_PATH)
17
  self.inferencer = LivePortraitInferencer(
18
  model_dir=args.model_dir if args else MODELS_DIR,
 
12
  def __init__(self,
13
  args=None):
14
  self.args = args
15
+ self.app = gr.Blocks(css="footer {display:none !important}")
16
  self.i18n = Translate(I18N_YAML_PATH)
17
  self.inferencer = LivePortraitInferencer(
18
  model_dir=args.model_dir if args else MODELS_DIR,