Spaces:
Sleeping
Sleeping
test
Browse files
controllers/gra_03_programfromdoc/programfromdoc.py
CHANGED
@@ -18,7 +18,7 @@ gradio_interface = gr.Interface(
|
|
18 |
inputs=[
|
19 |
"file",
|
20 |
gr.Textbox(label="Additional Notes", lines=10),
|
21 |
-
gr.Textbox(label="Folder Name"),
|
22 |
],
|
23 |
outputs="text",
|
24 |
)
|
|
|
18 |
inputs=[
|
19 |
"file",
|
20 |
gr.Textbox(label="Additional Notes", lines=10),
|
21 |
+
gr.Textbox(label="Folder Name",value="test"),
|
22 |
],
|
23 |
outputs="text",
|
24 |
)
|