ByteBlaze commited on
Commit
0b03db9
1 Parent(s): 7ac604b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ def classify(text):
15
  return "Not Fake News"
16
 
17
  GUI = gr.Interface(inputs = ['text'], outputs = ['text'], fn = classify, title = "Fake News Detection System")
18
- GUI.launch()
 
15
  return "Not Fake News"
16
 
17
  GUI = gr.Interface(inputs = ['text'], outputs = ['text'], fn = classify, title = "Fake News Detection System")
18
+ GUI.launch(debug = True)