Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alirezamsh
/
rquge
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3eafb79
rquge
/
app.py
alirezamsh
Update app.py
3eafb79
almost 2 years ago
raw
Copy download link
history
blame
Safe
148 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"alirezamsh/rquge"
)
launch_gradio_widget(module,share=
True
)