Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
BridgeAI-Lab
/
SemF1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
251bfda
SemF1
/
app.py
nbansal
Revert back to old gradio version. New one does not seem to be working
47f92c7
10 months ago
raw
Copy download link
history
blame
Safe
135 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"nbansal/semf1"
)
launch_gradio_widget(module)