Spaces:
Running on Zero
Running on Zero
Upload app.py with huggingface_hub
Browse files
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(
|
|
|
|
| 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()
|