Spaces:
Runtime error
Runtime error
neelsahu
commited on
Commit
·
b738da8
1
Parent(s):
2e4e35c
share = true removed
Browse files
app.py
CHANGED
@@ -50,4 +50,4 @@ output_interfaces = [
|
|
50 |
]
|
51 |
app = gr.Interface(predict_abusive_lang, inputs='text', outputs=output_interfaces, title="Abuse Classifier", description="Enter a sentence and the model will predict whether it is abusive or not.")
|
52 |
#Start the GRADIO app
|
53 |
-
app.launch(
|
|
|
50 |
]
|
51 |
app = gr.Interface(predict_abusive_lang, inputs='text', outputs=output_interfaces, title="Abuse Classifier", description="Enter a sentence and the model will predict whether it is abusive or not.")
|
52 |
#Start the GRADIO app
|
53 |
+
app.launch()
|