Spaces:
Sleeping
Sleeping
Commit
·
407a50e
1
Parent(s):
51bfee5
Update app.py
Browse files
app.py
CHANGED
@@ -52,6 +52,7 @@ iface = gr.Interface(
|
|
52 |
description=description,
|
53 |
allow_flagging="never",
|
54 |
examples=examples,
|
|
|
55 |
)
|
56 |
|
57 |
iface.launch(debug=True, show_api=False)
|
|
|
52 |
description=description,
|
53 |
allow_flagging="never",
|
54 |
examples=examples,
|
55 |
+
css="footer {visibility: hidden}",
|
56 |
)
|
57 |
|
58 |
iface.launch(debug=True, show_api=False)
|