Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -172,7 +172,7 @@ def image_to_wd14_tags(image: Image.Image, model_name: str, threshold: float,
|
|
172 |
|
173 |
|
174 |
if __name__ == '__main__':
|
175 |
-
with gr.Blocks() as demo:
|
176 |
with gr.Row():
|
177 |
with gr.Column():
|
178 |
gr_input_image = gr.Image(type='pil', label='Chen Chen')
|
|
|
172 |
|
173 |
|
174 |
if __name__ == '__main__':
|
175 |
+
with gr.Blocks(analytics_enabled=False, theme="NoCrypt/miku") as demo:
|
176 |
with gr.Row():
|
177 |
with gr.Column():
|
178 |
gr_input_image = gr.Image(type='pil', label='Chen Chen')
|