Vipul-Chauhan commited on
Commit
872e81a
·
1 Parent(s): 110babb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,4 +43,4 @@ iface = gr.Interface(fn = predict_class,
43
  ],
44
  title = "News Class Predictor",
45
  description ="Predicts whether the News belongs to 'Politics'class or 'Sports' class")
46
- iface.launch()
 
43
  ],
44
  title = "News Class Predictor",
45
  description ="Predicts whether the News belongs to 'Politics'class or 'Sports' class")
46
+ iface.launch(inline = False, debug = True)