Spaces:
Running on Zero
Running on Zero
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -662,7 +662,7 @@ def extract_glb(
|
|
| 662 |
return glb_path
|
| 663 |
|
| 664 |
|
| 665 |
-
with gr.Blocks(
|
| 666 |
gr.HTML("""
|
| 667 |
<div style="display: flex; align-items: center; gap: 20px; margin-bottom: 10px;">
|
| 668 |
<a href="https://www.opsiclear.com" target="_blank">
|
|
|
|
| 662 |
return glb_path
|
| 663 |
|
| 664 |
|
| 665 |
+
with gr.Blocks(theme=gr.themes.Soft(primary_hue="orange", neutral_hue="slate")) as demo:
|
| 666 |
gr.HTML("""
|
| 667 |
<div style="display: flex; align-items: center; gap: 20px; margin-bottom: 10px;">
|
| 668 |
<a href="https://www.opsiclear.com" target="_blank">
|