Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
|
|
|
| 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)
|