Spaces:
Running
Running
miku
Browse files
app.py
CHANGED
@@ -196,7 +196,7 @@ def image_to_wd14_tags(image: Image.Image, model_name: str, threshold: float,
|
|
196 |
return ratings, output_text, filtered_tags
|
197 |
|
198 |
if __name__ == '__main__': # , theme="NoCrypt/miku"
|
199 |
-
with gr.Blocks(analytics_enabled=False) as demo:
|
200 |
with gr.Row():
|
201 |
with gr.Column():
|
202 |
gr_input_image = gr.Image(type='pil', label='Chen Chen', sources=['upload', 'clipboard'])
|
|
|
196 |
return ratings, output_text, filtered_tags
|
197 |
|
198 |
if __name__ == '__main__': # , theme="NoCrypt/miku"
|
199 |
+
with gr.Blocks(analytics_enabled=False, theme="NoCrypt/miku") as demo:
|
200 |
with gr.Row():
|
201 |
with gr.Column():
|
202 |
gr_input_image = gr.Image(type='pil', label='Chen Chen', sources=['upload', 'clipboard'])
|