Update app.py
Browse files
app.py
CHANGED
@@ -274,9 +274,7 @@ gradio-app h2, .gradio-app h2 {
|
|
274 |
color: red;
|
275 |
}
|
276 |
|
277 |
-
|
278 |
-
visibility: hidden;
|
279 |
-
}
|
280 |
|
281 |
"""
|
282 |
|
@@ -418,4 +416,4 @@ with gr.Blocks(css=CSS) as demo:
|
|
418 |
)
|
419 |
|
420 |
if __name__ == "__main__":
|
421 |
-
demo.launch(enable_queue=False
|
|
|
274 |
color: red;
|
275 |
}
|
276 |
|
277 |
+
footer {visibility: hidden}
|
|
|
|
|
278 |
|
279 |
"""
|
280 |
|
|
|
416 |
)
|
417 |
|
418 |
if __name__ == "__main__":
|
419 |
+
demo.launch(enable_queue=False)
|