Spaces:
Running
on
Zero
Running
on
Zero
lemonaddie
commited on
Commit
•
647f4ba
1
Parent(s):
30dc146
Update app1.py
Browse files
app1.py
CHANGED
@@ -75,6 +75,15 @@ def run_demo():
|
|
75 |
text-align: center; /* Horizontally center the content */
|
76 |
}'''
|
77 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
with gr.Blocks(title=_TITLE, theme=custom_theme, css=custom_css) as demo:
|
79 |
with gr.Row():
|
80 |
with gr.Column(scale=1):
|
|
|
75 |
text-align: center; /* Horizontally center the content */
|
76 |
}'''
|
77 |
|
78 |
+
_TITLE = '''GeoWizard'''
|
79 |
+
_DESCRIPTION = '''
|
80 |
+
<div>
|
81 |
+
Generate consistent depth and normal from single image.
|
82 |
+
<a style="display:inline-block; margin-left: .5em" href='https://github.com/xxlong0/Wonder3D/'><img src='https://img.shields.io/github/stars/xxlong0/Wonder3D?style=social' /></a>
|
83 |
+
</div>
|
84 |
+
'''
|
85 |
+
_GPU_ID = 0
|
86 |
+
|
87 |
with gr.Blocks(title=_TITLE, theme=custom_theme, css=custom_css) as demo:
|
88 |
with gr.Row():
|
89 |
with gr.Column(scale=1):
|