Spaces:
Running
Running
Update app.py
Browse files
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)
|