suko commited on
Commit
45c8c90
1 Parent(s): c906ee2

Add my name to prove this is own by me

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def predict(image):
102
  inputs = gr.inputs.Image(type="pil")
103
  outputs = gr.outputs.JSON()
104
 
105
- description = "This is a web interface for the Naked Detector model. Upload an image and get predictions for the presence of nudity."
106
 
107
  interface = gr.Interface(title="Naked Detector", fn=predict, inputs=inputs, outputs=outputs, description=description)
108
  interface.launch()
 
102
  inputs = gr.inputs.Image(type="pil")
103
  outputs = gr.outputs.JSON()
104
 
105
+ description = "This is a web interface for the Naked Detector model. Upload an image and get predictions for the presence of nudity. \n This model and website are created by KUO SUKO, C110156115 NKUST."
106
 
107
  interface = gr.Interface(title="Naked Detector", fn=predict, inputs=inputs, outputs=outputs, description=description)
108
  interface.launch()