Spaces:
Runtime error
Runtime error
Modified app.py
Browse files
app.py
CHANGED
@@ -174,7 +174,4 @@ demo = gr.Interface(
|
|
174 |
title="Tagalog Profanity Classifier"
|
175 |
)
|
176 |
|
177 |
-
|
178 |
-
tweet = "Tangaaa pala eh mamatay ka na pakyuuuu gag000 ul0l bob0 t4nginamo"
|
179 |
-
|
180 |
-
predict(tweet)
|
|
|
174 |
title="Tagalog Profanity Classifier"
|
175 |
)
|
176 |
|
177 |
+
demo.launch(debug=True)
|
|
|
|
|
|