File size: 286 Bytes
9fffc5e
 
25637f5
b6d4c44
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 GPT2 Falcon-7b pre-entrenado."


gr.Interface.load(
    name="huggingface/OpenAssistant/falcon-7b-sft-mix-2000",   
    title=title,
    description=description,    
    enable_queue=True
).launch()