bump
This commit is contained in:
@@ -52,7 +52,7 @@ def create_onnx_app(model_holder: TTSModelHolder) -> gr.Blocks:
|
||||
initial_id = 0
|
||||
initial_pth_files = get_model_files(model_names[initial_id])
|
||||
|
||||
with gr.Blocks(theme=GRADIO_THEME) as app:
|
||||
with gr.Blocks() as app:
|
||||
gr.Markdown(initial_md)
|
||||
with gr.Row():
|
||||
with gr.Column():
|
||||
@@ -100,4 +100,4 @@ if __name__ == "__main__":
|
||||
assets_root = path_config.assets_root
|
||||
model_holder = TTSModelHolder(assets_root, "cpu", "", ignore_onnx=True)
|
||||
app = create_onnx_app(model_holder)
|
||||
app.launch(inbrowser=True)
|
||||
app.launch(inbrowser=True, theme=GRADIO_THEME)
|
||||
|
||||
Reference in New Issue
Block a user