Omnibus commited on
Commit
959a59f
·
1 Parent(s): eec8b99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,6 +1,7 @@
1
  #This code is from: https://huggingface.co/spaces/diffusers/controlnet-3d-pose
2
  import gradio as gr
3
- canvas_html = '<pose-maker/>'
 
4
 
5
  load_js = """
6
  async () => {
 
1
  #This code is from: https://huggingface.co/spaces/diffusers/controlnet-3d-pose
2
  import gradio as gr
3
+ import base64
4
+ canvas_html = '<div style="height:50%"><pose-maker/></div>'
5
 
6
  load_js = """
7
  async () => {