Afeezee commited on
Commit
da3fe65
·
verified ·
1 Parent(s): 1bf150f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,4 +116,4 @@ gui = gr.Interface(
116
  description="Upload a CSV file with claims, and the system will verify them using Llama 3.3 and compare the results with Politifact."
117
  )
118
 
119
- gui.launch(ssr=False)
 
116
  description="Upload a CSV file with claims, and the system will verify them using Llama 3.3 and compare the results with Politifact."
117
  )
118
 
119
+ gui.launch(debug=True)