import gradio as gr | |
title = "Soy SigoBot, ¿Puedo ayudarte?" | |
description = "Modelo tipo GPT2 Falcon-7b pre-entrenado." | |
gr.Interface.load( | |
name="huggingface/OpenAssistant/falcon-7b-sft-mix-2000", | |
title=title, | |
description=description, | |
enable_queue=True | |
).launch() |