File size: 287 Bytes
9fffc5e d31c07e b3c0209 2071ce5 9fffc5e 2071ce5 9fffc5e 2071ce5 9fffc5e |
1 2 3 4 5 6 7 8 9 10 11 12 |
import gradio as gr
title = "Soy SigoBot, ¿Puedo ayudarte?"
description = "Modelo tipo GPT3 Falcon-7b pre-entrenado."
gr.Interface.load(
name="huggingface/OpenAssistant/falcon-7b-sft-mix-2000",
title=title,
description=description,
enable_queue=True
).launch() |