trysem commited on
Commit
cc06420
·
1 Parent(s): 527e678

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,7 +49,7 @@ def generate_track_by_prompt(email, prompt, duration, loop=False):
49
  return None, str(e), ""
50
 
51
 
52
- block = gr.Blocks()
53
 
54
  with block:
55
  gr.HTML(
@@ -68,7 +68,7 @@ with block:
68
  </h1>
69
  </div>
70
  <p style="margin-bottom: 10px; font-size: 94%">
71
- All music is generated by Mubert API – <a href="https://mubert.com" style="text-decoration: underline;" target="_blank">www.mubert.com</a>
72
  </p>
73
  </div>
74
  """
 
49
  return None, str(e), ""
50
 
51
 
52
+ block = gr.Blocks(css="footer {visibility: hidden}")
53
 
54
  with block:
55
  gr.HTML(
 
68
  </h1>
69
  </div>
70
  <p style="margin-bottom: 10px; font-size: 94%">
71
+
72
  </p>
73
  </div>
74
  """