Spaces:
Runtime error
Runtime error
theme
Browse files
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(
|