Spaces:
Runtime error
Runtime error
rajeshradhakrishnan
commited on
Commit
•
662aba8
1
Parent(s):
3edda19
a comma was missing for examples while launch
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ interface = gr.Interface(
|
|
25 |
title="Malayalam News Classifier",
|
26 |
description="Try to classify news in മലയാളം? Input a few malayalam news headlines and verify whether the model categorized it appropriately!",
|
27 |
article = "<p style='text-align: center'>Malayalam News Classifier | Demo Model</p>",
|
28 |
-
examples=[["ഓഹരി വിപണി തകരുമ്പോള് നിക്ഷേപം എങ്ങനെ സുരക്ഷിതമാക്കാം"], ["വാര്ണറുടെ ഒറ്റക്കയ്യന് ക്യാച്ചില് അമ്പരന്ന് ക്രിക്കറ്റ് ലോകം"]]
|
29 |
# live=True,
|
30 |
share=True)
|
31 |
interface.launch(debug=True)
|
|
|
25 |
title="Malayalam News Classifier",
|
26 |
description="Try to classify news in മലയാളം? Input a few malayalam news headlines and verify whether the model categorized it appropriately!",
|
27 |
article = "<p style='text-align: center'>Malayalam News Classifier | Demo Model</p>",
|
28 |
+
examples=[["ഓഹരി വിപണി തകരുമ്പോള് നിക്ഷേപം എങ്ങനെ സുരക്ഷിതമാക്കാം"], ["വാര്ണറുടെ ഒറ്റക്കയ്യന് ക്യാച്ചില് അമ്പരന്ന് ക്രിക്കറ്റ് ലോകം"]],
|
29 |
# live=True,
|
30 |
share=True)
|
31 |
interface.launch(debug=True)
|