Spaces:
Running
on
Zero
Running
on
Zero
xinjie.wang
commited on
Commit
·
ed54ba5
1
Parent(s):
46dc1a2
update
Browse files
app.py
CHANGED
@@ -15,7 +15,6 @@ from common import (
|
|
15 |
preprocess_sam_image_fn,
|
16 |
select_point,
|
17 |
start_session,
|
18 |
-
inject_image_css,
|
19 |
)
|
20 |
from gradio.themes import Default
|
21 |
from gradio.themes.utils.colors import slate
|
@@ -23,7 +22,6 @@ 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
|
@@ -43,7 +41,6 @@ with gr.Blocks(
|
|
43 |
image_mode="RGBA",
|
44 |
type="pil",
|
45 |
height=400,
|
46 |
-
# elem_classes=["image-container"],
|
47 |
)
|
48 |
gr.Markdown(
|
49 |
"""
|
|
|
15 |
preprocess_sam_image_fn,
|
16 |
select_point,
|
17 |
start_session,
|
|
|
18 |
)
|
19 |
from gradio.themes import Default
|
20 |
from gradio.themes.utils.colors import slate
|
|
|
22 |
with gr.Blocks(
|
23 |
delete_cache=(43200, 43200), theme=Default(primary_hue=slate)
|
24 |
) as demo:
|
|
|
25 |
gr.Markdown(
|
26 |
f"""
|
27 |
## Image to 3D Asset Pipeline \n
|
|
|
41 |
image_mode="RGBA",
|
42 |
type="pil",
|
43 |
height=400,
|
|
|
44 |
)
|
45 |
gr.Markdown(
|
46 |
"""
|