Spaces:
Runtime error
Runtime error
File size: 424 Bytes
057eaa2 e22b337 057eaa2 413c339 057eaa2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
import gradio as gr
description = "The Indic language supported sentence completion language model"
title = "Try it out!"
examples = [["Hello, welcome to AutopilotAI, thank"],
["नमस्कार, AutopilotAI में आपका"]]
interface = gr.Interface.load("huggingface/autopilot-ai/Indic-sentence-completion",
description=description,
examples=examples
)
interface.launch() |