Update app.py
Browse files
app.py
CHANGED
|
@@ -24,4 +24,4 @@ demo = gr.Interface(
|
|
| 24 |
description="Classifies text as hate or non-hate using a fine-tuned BERT model.",
|
| 25 |
)
|
| 26 |
|
| 27 |
-
demo.launch()
|
|
|
|
| 24 |
description="Classifies text as hate or non-hate using a fine-tuned BERT model.",
|
| 25 |
)
|
| 26 |
|
| 27 |
+
demo.launch()
|