r3gm commited on
Commit
0b46efa
1 Parent(s): f74fb93

Update infer-web.py

Browse files
Files changed (1) hide show
  1. infer-web.py +1 -0
infer-web.py CHANGED
@@ -2909,6 +2909,7 @@ def GradioSetup():
2909
  )
2910
 
2911
  with gr.TabItem(i18n("Resources")):
 
2912
  resources.download_model()
2913
  resources.download_backup()
2914
  resources.download_dataset(trainset_dir4)
 
2909
  )
2910
 
2911
  with gr.TabItem(i18n("Resources")):
2912
+ gr.Markdown(f"Limit download size is {os.getenv('MAX_DOWNLOAD_SIZE')} MB, duplicate the space for modify the limit")
2913
  resources.download_model()
2914
  resources.download_backup()
2915
  resources.download_dataset(trainset_dir4)