ginipick commited on
Commit
c0a7f84
·
verified ·
1 Parent(s): b5906f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -1676,11 +1676,11 @@ if __name__ == "__main__":
1676
  MAX_SEED = np.iinfo(np.int32).max
1677
 
1678
 
1679
- css = """
1680
- footer {
1681
- visibility: hidden;
1682
- }
1683
- """
1684
 
1685
 
1686
  with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
 
1676
  MAX_SEED = np.iinfo(np.int32).max
1677
 
1678
 
1679
+ css = """
1680
+ footer {
1681
+ visibility: hidden;
1682
+ }
1683
+ """
1684
 
1685
 
1686
  with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo: