xinjie.wang commited on
Commit
9710618
·
1 Parent(s): b7f1342
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -23,7 +23,7 @@ from gradio.themes.utils.colors import slate
23
  with gr.Blocks(
24
  delete_cache=(43200, 43200), theme=Default(primary_hue=slate)
25
  ) as demo:
26
- inject_image_css()
27
  gr.Markdown(
28
  f"""
29
  ## Image to 3D Asset Pipeline \n
@@ -42,8 +42,8 @@ with gr.Blocks(
42
  format="png",
43
  image_mode="RGBA",
44
  type="pil",
45
- height=300,
46
- elem_classes=["image-container"],
47
  )
48
  gr.Markdown(
49
  """
 
23
  with gr.Blocks(
24
  delete_cache=(43200, 43200), theme=Default(primary_hue=slate)
25
  ) as demo:
26
+ # inject_image_css()
27
  gr.Markdown(
28
  f"""
29
  ## Image to 3D Asset Pipeline \n
 
42
  format="png",
43
  image_mode="RGBA",
44
  type="pil",
45
+ # height=300,
46
+ # elem_classes=["image-container"],
47
  )
48
  gr.Markdown(
49
  """