vinesmsuic commited on
Commit
afea6aa
1 Parent(s): 9af68b2

adding theme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -310,7 +310,7 @@ def btn_infer_fn(video_path,
310
 
311
  # Create the UI
312
  #=====================================
313
- with gr.Blocks() as demo:
314
  gr.Markdown("# <img src='https://tiger-ai-lab.github.io/AnyV2V/static/images/icon.png' width='30'/> AnyV2V")
315
  gr.Markdown("Official 🤗 Gradio demo for [AnyV2V: A Plug-and-Play Framework For Any Video-to-Video Editing Tasks](https://tiger-ai-lab.github.io/AnyV2V/)")
316
 
 
310
 
311
  # Create the UI
312
  #=====================================
313
+ with gr.Blocks(theme='ParityError/Anime') as demo:
314
  gr.Markdown("# <img src='https://tiger-ai-lab.github.io/AnyV2V/static/images/icon.png' width='30'/> AnyV2V")
315
  gr.Markdown("Official 🤗 Gradio demo for [AnyV2V: A Plug-and-Play Framework For Any Video-to-Video Editing Tasks](https://tiger-ai-lab.github.io/AnyV2V/)")
316