jhj0517 commited on
Commit
e92850a
·
unverified ·
2 Parent(s): 2ad601b 6060fc4

Merge pull request #196 from jhj0517/feature/local-input

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="")