Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
evaluate-metric
/
coval
like
1
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
lvwerra
HF Staff
commited on
May 27, 2022
Commit
caeda97
·
1 Parent(s):
de2d491
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,6 @@
1
import evaluate
2
from evaluate.utils import launch_gradio_widget
3
1
+
import sys
2
+
raise ValueError(sys.path)
3
+
4
import evaluate
5
from evaluate.utils import launch_gradio_widget
6