Spaces:
Running
Running
Sahil al farib commited on
Commit ·
99df65c
1
Parent(s): 80ec89b
Fix: update app.py, requirements.txt, remove pycache
Browse files- facteval/__pycache__/__init__.cpython-312.pyc +0 -0
- facteval/__pycache__/calibrator.cpython-312.pyc +0 -0
- facteval/__pycache__/claim_extractor.cpython-312.pyc +0 -0
- facteval/__pycache__/cli.cpython-312.pyc +0 -0
- facteval/__pycache__/config.cpython-312.pyc +0 -0
- facteval/__pycache__/core.cpython-312.pyc +0 -0
- facteval/__pycache__/models.cpython-312.pyc +0 -0
- facteval/__pycache__/retriever.cpython-312.pyc +0 -0
- facteval/__pycache__/verifier.cpython-312.pyc +0 -0
- requirements.txt +1 -1
facteval/__pycache__/__init__.cpython-312.pyc
DELETED
|
Binary file (3.92 kB)
|
|
|
facteval/__pycache__/calibrator.cpython-312.pyc
DELETED
|
Binary file (4.36 kB)
|
|
|
facteval/__pycache__/claim_extractor.cpython-312.pyc
DELETED
|
Binary file (6.23 kB)
|
|
|
facteval/__pycache__/cli.cpython-312.pyc
DELETED
|
Binary file (5.34 kB)
|
|
|
facteval/__pycache__/config.cpython-312.pyc
DELETED
|
Binary file (861 Bytes)
|
|
|
facteval/__pycache__/core.cpython-312.pyc
DELETED
|
Binary file (12.2 kB)
|
|
|
facteval/__pycache__/models.cpython-312.pyc
DELETED
|
Binary file (2.53 kB)
|
|
|
facteval/__pycache__/retriever.cpython-312.pyc
DELETED
|
Binary file (6.87 kB)
|
|
|
facteval/__pycache__/verifier.cpython-312.pyc
DELETED
|
Binary file (10.7 kB)
|
|
|
requirements.txt
CHANGED
|
@@ -6,4 +6,4 @@ scikit-learn>=1.3
|
|
| 6 |
pydantic>=2.0
|
| 7 |
accelerate>=0.25
|
| 8 |
numpy>=1.24
|
| 9 |
-
gradio>=
|
|
|
|
| 6 |
pydantic>=2.0
|
| 7 |
accelerate>=0.25
|
| 8 |
numpy>=1.24
|
| 9 |
+
gradio>=5.0
|