Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CZLC
/
rouge_raw
like
0
Runtime error
App
Files
Files
Community
498fac8
rouge_raw
/
app.py
Martin Dočekal
bad load fix
f9431b7
10 months ago
raw
Copy download link
history
blame
Safe
218 Bytes
# -*- coding: UTF-8 -*-
"""
Created on 02.02.24
:author: Martin Dočekal
"""
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"CZLC/rouge_raw"
)
launch_gradio_widget(module)