File size: 170 Bytes
25d66d0
 
 
 
 
6390c99
25d66d0
 
 
1
2
3
4
5
6
7
8
9
10
import gradio as gr

title = "chat"
examples = [["Hello how are you ?"]]

interface = gr.Interface.load("models/Tann-dev/sex-chat-dirty-girlfriend")

interface.launch()