Spaces:
Running
Running
Footer Visibility
Browse files
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)
|