erew123 / alltalk_tts

AllTalk is based on the Coqui TTS engine, similar to the Coqui_tts extension for Text generation webUI, however supports a variety of advanced features, such as a settings page, low VRAM support, DeepSpeed, narrator, model finetuning, custom models, wav file maintenance. It can also be used with 3rd Party software via JSON calls.
GNU Affero General Public License v3.0
864 stars 98 forks source link

Gradio Off #273

Closed Abdulhanan535 closed 1 month ago

Abdulhanan535 commented 1 month ago

Any way to turn off gradio and only use ST api? (kaggle hates gradio and crashes) Kaggle is like google colab. (remaining things works fine in kaggle)

erew123 commented 1 month ago

Hi @Abdulhanan535

Yes in the Gradio interface in the Settings:

image

Of you can edit the confignew.json and change true to false

image

Thanks

Abdulhanan535 commented 1 month ago

Thanks alot i'm so glad