Spaces:
Runtime error
Runtime error
| import gradio as gr | |
| interface = gr.Interface(fn=score_comment, | |
| inputs=gr.inputs.Textbox(lines=2, placeholder='Comment to score'), | |
| outputs='text') |
| import gradio as gr | |
| interface = gr.Interface(fn=score_comment, | |
| inputs=gr.inputs.Textbox(lines=2, placeholder='Comment to score'), | |
| outputs='text') |