atlury commited on
Commit
9469d37
Β·
verified Β·
1 Parent(s): 77e63b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -259,8 +259,13 @@ for ex_human in human_list_path:
259
 
260
  ##default human
261
 
 
 
 
 
262
 
263
- image_blocks = gr.Blocks().queue()
 
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.")