Update app.py
Browse files
app.py
CHANGED
@@ -177,8 +177,9 @@ demo = gr.Interface(
|
|
177 |
theme="syddharth/gray-minimal",
|
178 |
title=title,
|
179 |
description=description,
|
180 |
-
|
181 |
-
|
|
|
182 |
|
183 |
demo.queue().launch()
|
184 |
|
|
|
177 |
theme="syddharth/gray-minimal",
|
178 |
title=title,
|
179 |
description=description,
|
180 |
+
article=article,
|
181 |
+
css=" footer{display:none !important;}"
|
182 |
+
)
|
183 |
|
184 |
demo.queue().launch()
|
185 |
|