yoinked commited on
Commit
0611075
·
verified ·
1 Parent(s): 7205898
Files changed (1) hide show
  1. app.py +1 -1
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'])