yeftakun commited on
Commit
73f8cc0
·
verified ·
1 Parent(s): fb6a0a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ iface = gr.Interface(
31
  fn=predict_image,
32
  inputs=gr.Textbox(label="Image URL", placeholder="Enter image URL here"),
33
  outputs=gr.Textbox(label="Predicted Class"),
34
- title="NSFW Image Classifier"
35
  )
36
 
37
  # Launch the interface
 
31
  fn=predict_image,
32
  inputs=gr.Textbox(label="Image URL", placeholder="Enter image URL here"),
33
  outputs=gr.Textbox(label="Predicted Class"),
34
+ title="NSFW Image Detection"
35
  )
36
 
37
  # Launch the interface