Moibe commited on
Commit
46c13af
·
1 Parent(s): 5594d1b

Footer Visibility

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,6 +61,6 @@ def perform(input1, input2):
61
 
62
 
63
  demo = gr.Interface(
64
- fn=perform, inputs=[gr.Image(), gr.Image()], outputs=[gr.Image()]
65
  )
66
  demo.launch(auth=authenticate)
 
61
 
62
 
63
  demo = gr.Interface(
64
+ fn=perform, inputs=[gr.Image(), gr.Image()], outputs=[gr.Image()], css="footer {visibility: hidden}"
65
  )
66
  demo.launch(auth=authenticate)