Spaces:
Running
Running
please work hf
Browse files
app.py
CHANGED
@@ -179,7 +179,6 @@ def image_to_wd14_tags(image: Image.Image, model_name: str, threshold: float,
|
|
179 |
|
180 |
return ratings, output_text, filtered_tags
|
181 |
|
182 |
-
|
183 |
if __name__ == '__main__':
|
184 |
with gr.Blocks(analytics_enabled=False, theme="NoCrypt/miku") as demo:
|
185 |
with gr.Row():
|
|
|
179 |
|
180 |
return ratings, output_text, filtered_tags
|
181 |
|
|
|
182 |
if __name__ == '__main__':
|
183 |
with gr.Blocks(analytics_enabled=False, theme="NoCrypt/miku") as demo:
|
184 |
with gr.Row():
|