SIGMitch commited on
Commit
3551397
·
verified ·
1 Parent(s): d7b48a5
Files changed (1) hide show
  1. app.py +5 -0
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"):