Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks(css=css) as app:
|
|
80 |
splice_threshold = gr.Slider(0, 180, value=45, step=1, label="Splice Threshold", info="Less accurate")
|
81 |
max_iterations = gr.Slider(1, 20, value=10, step=1, label="Max Iterations", visible=False)
|
82 |
path_precision = gr.Slider(1, 10, value=3, step=1, label="Path Precision", visible=False)
|
83 |
-
output_text = gr.Textbox(label="Selected Mode")
|
84 |
convert_button = gr.Button("✨ Convert to SVG", variant='primary', elem_classes=["generate-btn"])
|
85 |
|
86 |
with gr.Column():
|
|
|
80 |
splice_threshold = gr.Slider(0, 180, value=45, step=1, label="Splice Threshold", info="Less accurate")
|
81 |
max_iterations = gr.Slider(1, 20, value=10, step=1, label="Max Iterations", visible=False)
|
82 |
path_precision = gr.Slider(1, 10, value=3, step=1, label="Path Precision", visible=False)
|
83 |
+
output_text = gr.Textbox(label="Selected Mode", visible=False)
|
84 |
convert_button = gr.Button("✨ Convert to SVG", variant='primary', elem_classes=["generate-btn"])
|
85 |
|
86 |
with gr.Column():
|