Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ def predict(input_txt):
|
|
| 11 |
gradio_app = gr.Interface(
|
| 12 |
predict,
|
| 13 |
inputs=gr.Textbox(label="Input text"),
|
| 14 |
-
outputs=
|
| 15 |
title="NSFW Prediction",
|
| 16 |
)
|
| 17 |
|
|
|
|
| 11 |
gradio_app = gr.Interface(
|
| 12 |
predict,
|
| 13 |
inputs=gr.Textbox(label="Input text"),
|
| 14 |
+
outputs=gr.Label(label="Result"),
|
| 15 |
title="NSFW Prediction",
|
| 16 |
)
|
| 17 |
|