Spaces:
Runtime error
Runtime error
Add my name to prove this is own by me
Browse files
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()
|