Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -298,14 +298,16 @@ def build_demo():
|
|
298 |
<img src="https://img.shields.io/badge/GitHub-Repo-blue" alt="GitHub Repo">
|
299 |
</a>
|
300 |
</div>
|
|
|
|
|
|
|
|
|
|
|
301 |
"""
|
302 |
)
|
303 |
with gr.Row():
|
304 |
with gr.Column(scale=1):
|
305 |
-
|
306 |
-
"""
|
307 |
-
• HF Space by : [@alexandernasa](https://twitter.com/alexandernasa/) """
|
308 |
-
)
|
309 |
input_image = gr.Image(type="filepath", label="Input Image", height=256)
|
310 |
num_parts = gr.Slider(1, MAX_NUM_PARTS, value=4, step=1, label="Number of Parts")
|
311 |
run_button = gr.Button("Step 1 - 🧩 Craft 3D Parts", variant="primary")
|
|
|
298 |
<img src="https://img.shields.io/badge/GitHub-Repo-blue" alt="GitHub Repo">
|
299 |
</a>
|
300 |
</div>
|
301 |
+
<div style="text-align: center;">
|
302 |
+
HF Space by :<a href="https://twitter.com/alexandernasa/" style="display: inline-block; vertical-align: middle; margin-left: 0.5em;">
|
303 |
+
<img src="https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=Follow Me" alt="GitHub Repo">
|
304 |
+
</a>
|
305 |
+
</div>
|
306 |
"""
|
307 |
)
|
308 |
with gr.Row():
|
309 |
with gr.Column(scale=1):
|
310 |
+
|
|
|
|
|
|
|
311 |
input_image = gr.Image(type="filepath", label="Input Image", height=256)
|
312 |
num_parts = gr.Slider(1, MAX_NUM_PARTS, value=4, step=1, label="Number of Parts")
|
313 |
run_button = gr.Button("Step 1 - 🧩 Craft 3D Parts", variant="primary")
|