Update app.py
Browse files
app.py
CHANGED
@@ -30,6 +30,7 @@ def image_classifier(files):
|
|
30 |
|
31 |
|
32 |
demo = gr.Interface(
|
|
|
33 |
fn=image_classifier,
|
34 |
inputs=gr.File(file_count="multiple", file_types=["image"]),
|
35 |
outputs="json",
|
|
|
30 |
|
31 |
|
32 |
demo = gr.Interface(
|
33 |
+
title="Stable Diffusion Safety Checker API",
|
34 |
fn=image_classifier,
|
35 |
inputs=gr.File(file_count="multiple", file_types=["image"]),
|
36 |
outputs="json",
|