Spaces:
Running
Running
Merge pull request #196 from jhj0517/feature/local-input
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ class App:
|
|
84 |
with gr.Column():
|
85 |
input_file = gr.Files(type="filepath", label="Upload File here")
|
86 |
tb_input_folder = gr.Textbox(label="Input Folder Path (Optional)",
|
87 |
-
info="Optional: Specify the folder path where the input files are located, if you prefer to use local files instead of uploading them"
|
88 |
" Leave this field empty if you do not wish to use a local path.",
|
89 |
visible=self.args.colab,
|
90 |
value="")
|
|
|
84 |
with gr.Column():
|
85 |
input_file = gr.Files(type="filepath", label="Upload File here")
|
86 |
tb_input_folder = gr.Textbox(label="Input Folder Path (Optional)",
|
87 |
+
info="Optional: Specify the folder path where the input files are located, if you prefer to use local files instead of uploading them."
|
88 |
" Leave this field empty if you do not wish to use a local path.",
|
89 |
visible=self.args.colab,
|
90 |
value="")
|