radames commited on
Commit
e3ed1c1
1 Parent(s): 19217bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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",