Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ with gr.Blocks() as interface:
|
|
63 |
# file io
|
64 |
png_file = gr.File(label = "Input file")
|
65 |
png_b64 = gr.Textbox(label = "Input image b64")
|
66 |
-
svg_file = gr.Textbox(label = "Output file",
|
67 |
|
68 |
# Parameters
|
69 |
with gr.Accordion("Parameters"):
|
|
|
63 |
# file io
|
64 |
png_file = gr.File(label = "Input file")
|
65 |
png_b64 = gr.Textbox(label = "Input image b64")
|
66 |
+
svg_file = gr.Textbox(label = "Output file", value="out.svg", interactive=True)
|
67 |
|
68 |
# Parameters
|
69 |
with gr.Accordion("Parameters"):
|