KarthickAdopleAI commited on
Commit
13ff80e
·
verified ·
1 Parent(s): 7cb7785

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -200,7 +200,7 @@ class FactChecking:
200
  color_map={"hallucinated": "red", "factual": "green"},
201
  show_legend=True)
202
  button.click(self.find_hallucinatted_sentence,question,[mixtral_response,highlighted_prediction,fact_checking_result])
203
- demo.launch(debug=True)
204
 
205
 
206
  hallucination_detection = FactChecking()
 
200
  color_map={"hallucinated": "red", "factual": "green"},
201
  show_legend=True)
202
  button.click(self.find_hallucinatted_sentence,question,[mixtral_response,highlighted_prediction,fact_checking_result])
203
+ demo.launch()
204
 
205
 
206
  hallucination_detection = FactChecking()