Spaces:
Sleeping
Sleeping
asas
Browse files
app.py
CHANGED
@@ -243,7 +243,12 @@ def make3d(images):
|
|
243 |
return mesh_fpath, mesh_glb_fpath
|
244 |
|
245 |
|
|
|
|
|
246 |
|
|
|
|
|
|
|
247 |
with gr.Blocks() as demo:
|
248 |
gr.Markdown(_HEADER_)
|
249 |
with gr.Row(variant="panel"):
|
|
|
243 |
return mesh_fpath, mesh_glb_fpath
|
244 |
|
245 |
|
246 |
+
_HEADER_ = '''
|
247 |
+
'''
|
248 |
|
249 |
+
_CITE_ = r"""
|
250 |
+
|
251 |
+
"""
|
252 |
with gr.Blocks() as demo:
|
253 |
gr.Markdown(_HEADER_)
|
254 |
with gr.Row(variant="panel"):
|