aiqcamp commited on
Commit
0c044aa
1 Parent(s): e98f05e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -3
app.py CHANGED
@@ -259,14 +259,19 @@ 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
 
266
  ##文字標題所在
267
 
268
- gr.Markdown("## Change Clothes AI - AI Clothes Changer Online")
269
- gr.Markdown("Go to [Change Clothes AI](https://changeclothesai.online/) for Free Try-On! 🤗 .")
270
  ##係數區塊
271
  with gr.Column():
272
  try_button = gr.Button(value="Run Change Clothes AI")
 
259
 
260
  ##default human
261
 
262
+ css = """
263
+ footer {
264
+ visibility: hidden;
265
+ }
266
+ """
267
 
268
+
269
+ image_blocks = gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css).queue()
270
  with image_blocks as demo:
271
 
272
  ##文字標題所在
273
 
274
+
 
275
  ##係數區塊
276
  with gr.Column():
277
  try_button = gr.Button(value="Run Change Clothes AI")