bump
This commit is contained in:
@@ -416,7 +416,7 @@ https://ja.wikipedia.org/wiki/DBSCAN
|
||||
|
||||
|
||||
def create_style_vectors_app():
|
||||
with gr.Blocks(theme=GRADIO_THEME) as app:
|
||||
with gr.Blocks() as app:
|
||||
with gr.Accordion("使い方", open=False):
|
||||
gr.Markdown(how_to_md)
|
||||
model_name = gr.Textbox(placeholder="your_model_name", label="モデル名")
|
||||
@@ -583,4 +583,4 @@ def create_style_vectors_app():
|
||||
|
||||
if __name__ == "__main__":
|
||||
app = create_style_vectors_app()
|
||||
app.launch(inbrowser=True)
|
||||
app.launch(inbrowser=True, theme=GRADIO_THEME)
|
||||
|
||||
Reference in New Issue
Block a user