Update app.py
Browse files
app.py
CHANGED
|
@@ -47,8 +47,9 @@ gr.Interface(
|
|
| 47 |
['./examples/rihanna.jpg', 1, './examples/margaret_thatcher.jpg', 3],
|
| 48 |
['./examples/game_of_thrones.jpg', 5, './examples/game_of_thrones.jpg', 4],
|
| 49 |
],
|
|
|
|
| 50 |
theme=gr.themes.Base(),
|
| 51 |
-
title="
|
| 52 |
-
description="
|
| 53 |
thumbnail='./examples/rihatcher.jpg'
|
| 54 |
).launch()
|
|
|
|
| 47 |
['./examples/rihanna.jpg', 1, './examples/margaret_thatcher.jpg', 3],
|
| 48 |
['./examples/game_of_thrones.jpg', 5, './examples/game_of_thrones.jpg', 4],
|
| 49 |
],
|
| 50 |
+
css="footer{display:none !important;}",
|
| 51 |
theme=gr.themes.Base(),
|
| 52 |
+
title="",
|
| 53 |
+
description="",
|
| 54 |
thumbnail='./examples/rihatcher.jpg'
|
| 55 |
).launch()
|