opsiclear-admin commited on
Commit
80b68bd
·
verified ·
1 Parent(s): 89c6313

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -673,7 +673,7 @@ def extract_glb(
673
  return glb_path, glb_path
674
 
675
 
676
- with gr.Blocks(theme=gr.themes.Soft(primary_hue="orange", neutral_hue="slate")) as demo:
677
  gr.HTML("""
678
  <div style="display: flex; align-items: center; gap: 20px; margin-bottom: 10px;">
679
  <a href="https://www.opsiclear.com" target="_blank">
@@ -810,4 +810,4 @@ if __name__ == "__main__":
810
  )),
811
  }
812
 
813
- demo.launch(css=css, head=head)
 
673
  return glb_path, glb_path
674
 
675
 
676
+ with gr.Blocks(theme=gr.themes.Soft(primary_hue="orange", neutral_hue="slate"), css=css, head=head) as demo:
677
  gr.HTML("""
678
  <div style="display: flex; align-items: center; gap: 20px; margin-bottom: 10px;">
679
  <a href="https://www.opsiclear.com" target="_blank">
 
810
  )),
811
  }
812
 
813
+ demo.launch()