neggles commited on
Commit
92d4909
1 Parent(s): c3618df
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ def predict(
105
  return image, caption, booru, rating_labels, char_labels, gen_labels
106
 
107
 
108
- with gr.Blocks(title="pi-chan's tagger") as demo:
109
  with gr.Row(equal_height=False):
110
  with gr.Column():
111
  img_input = gr.Image(
 
105
  return image, caption, booru, rating_labels, char_labels, gen_labels
106
 
107
 
108
+ with gr.Blocks(theme="NoCrypt/miku", analytics_enabled=False, title="pi-chan's tagger") as demo:
109
  with gr.Row(equal_height=False):
110
  with gr.Column():
111
  img_input = gr.Image(