Spaces:
Runtime error
Runtime error
File size: 196 Bytes
da61f01 |
1 2 3 4 5 |
import gradio as gr
interface = gr.Interface(fn=score_comment,
inputs=gr.inputs.Textbox(lines=2, placeholder='Comment to score'),
outputs='text') |