Spaces:
Runtime error
Runtime error
File size: 338 Bytes
057eaa2 413c339 057eaa2 |
1 2 3 4 5 6 7 8 9 10 11 12 |
import gradio as gr
description = "The Indic language supported sentence completion language model"
title = "Try it out!"
examples = [["Hello my name is Raj and"]]
interface = gr.Interface.load("huggingface/autopilot-ai/Indic-sentence-completion",
description=description,
examples=examples
)
interface.launch() |