Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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
|