rajeshradhakrishnan commited on
Commit
38bef02
1 Parent(s): 6c59131

create a public link

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -25,5 +25,6 @@ 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
- live=True)
 
29
  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
+ live=True,
29
+ share=True)
30
  interface.launch(debug=True)