Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MarioBarbeque
/
FixedF1
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7ca7f15
FixedF1
/
app.py
John Graham Reynolds
update f1 file and load directly from imported class
7ca7f15
10 months ago
raw
Copy download link
history
blame
Safe
142 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
from
fixed_f1
import
FixedF1
module = FixedF1()
launch_gradio_widget(module)