Spaces:
Ercan
/
Runtime error

r3gm commited on
Commit
9fa60e8
1 Parent(s): 18c71e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2868,6 +2868,7 @@ def GradioSetup(UTheme=gr.themes.Soft()):
2868
  ], outputs=[ttsvoice, original_ttsvoice])
2869
 
2870
  with gr.TabItem(i18n("Resources")):
 
2871
  easy_infer.download_model()
2872
  easy_infer.download_backup()
2873
  easy_infer.download_dataset(trainset_dir4)
 
2868
  ], outputs=[ttsvoice, original_ttsvoice])
2869
 
2870
  with gr.TabItem(i18n("Resources")):
2871
+ gr.Markdown(f"Limit download size is {os.getenv('MAX_DOWNLOAD_SIZE')} MB, duplicate the space for modify the limit")
2872
  easy_infer.download_model()
2873
  easy_infer.download_backup()
2874
  easy_infer.download_dataset(trainset_dir4)