szk1ck commited on
Commit
6028d45
·
1 Parent(s): 9e9d526

update comment

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -198,7 +198,6 @@ if __name__=="__main__":
198
  )
199
 
200
 
201
-
202
  with gr.Tab("Zip"):
203
  gr.Markdown(
204
  """
@@ -210,12 +209,14 @@ if __name__=="__main__":
210
  """
211
  ### Input Zip File
212
  <img src='file/assets/input_zip.png' width="85%" height="85%">
 
213
  """
214
  )
215
  gr.Markdown(
216
  """
217
  ### Output Zip File
218
  <img src='file/assets/output_zip.png' width="85%" height="85%">
 
219
  """
220
  )
221
 
 
198
  )
199
 
200
 
 
201
  with gr.Tab("Zip"):
202
  gr.Markdown(
203
  """
 
209
  """
210
  ### Input Zip File
211
  <img src='file/assets/input_zip.png' width="85%" height="85%">
212
+ Zip file can include multiple directories.
213
  """
214
  )
215
  gr.Markdown(
216
  """
217
  ### Output Zip File
218
  <img src='file/assets/output_zip.png' width="85%" height="85%">
219
+ If input has multiple directories, output has the same multiple diretocories.
220
  """
221
  )
222