Spaces:
Running
on
Zero
Running
on
Zero
bennyguo
commited on
Commit
·
bd1714d
1
Parent(s):
d180412
minor adjustment
Browse files
app.py
CHANGED
@@ -399,7 +399,7 @@ def generate_3d(scribble_image_dict, prompt, scribble_confidence, text_confidenc
|
|
399 |
with gr.Blocks() as demo:
|
400 |
gr.Markdown("# TripoSG Scribble!!")
|
401 |
gr.Markdown("""
|
402 |
-
|
403 |
|
404 |
### Fast 3D shape prototyping with simple scribble and text prompt. Presented by [Tripo](https://www.tripo3d.ai/).
|
405 |
|
@@ -421,7 +421,7 @@ with gr.Blocks() as demo:
|
|
421 |
)
|
422 |
with gr.Column(scale=1):
|
423 |
with gr.Row():
|
424 |
-
prompt_input = gr.Textbox(label="Prompt", placeholder="e.g., a
|
425 |
seed_input = gr.Number(label="Seed", value=0, precision=0, scale=1)
|
426 |
with gr.Row(): # Add row for sliders
|
427 |
confidence_input = gr.Slider(minimum=0.0, maximum=1.0, value=0.4, step=0.05, label="Scribble Confidence")
|
|
|
399 |
with gr.Blocks() as demo:
|
400 |
gr.Markdown("# TripoSG Scribble!!")
|
401 |
gr.Markdown("""
|
402 |
+
### [GitHub](https://github.com/VAST-AI-Research/TripoSG) | [Paper](https://arxiv.org/abs/2502.06608) | [Project Page](https://yg256li.github.io/TripoSG-Page/)
|
403 |
|
404 |
### Fast 3D shape prototyping with simple scribble and text prompt. Presented by [Tripo](https://www.tripo3d.ai/).
|
405 |
|
|
|
421 |
)
|
422 |
with gr.Column(scale=1):
|
423 |
with gr.Row():
|
424 |
+
prompt_input = gr.Textbox(label="Prompt", placeholder="e.g., a cat", scale=3)
|
425 |
seed_input = gr.Number(label="Seed", value=0, precision=0, scale=1)
|
426 |
with gr.Row(): # Add row for sliders
|
427 |
confidence_input = gr.Slider(minimum=0.0, maximum=1.0, value=0.4, step=0.05, label="Scribble Confidence")
|