Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -259,8 +259,13 @@ for ex_human in human_list_path:
|
|
259 |
|
260 |
##default human
|
261 |
|
|
|
|
|
|
|
|
|
262 |
|
263 |
-
|
|
|
264 |
with image_blocks as demo:
|
265 |
gr.Markdown("## Jio Virtual Try on")
|
266 |
gr.Markdown("Virtual Try-on with your image and garment image.")
|
|
|
259 |
|
260 |
##default human
|
261 |
|
262 |
+
# Modify your CSS to hide footer
|
263 |
+
css = """
|
264 |
+
footer {visibility: hidden}
|
265 |
+
"""
|
266 |
|
267 |
+
|
268 |
+
image_blocks = gr.Blocks(css=css).queue()
|
269 |
with image_blocks as demo:
|
270 |
gr.Markdown("## Jio Virtual Try on")
|
271 |
gr.Markdown("Virtual Try-on with your image and garment image.")
|