test / app.py
zalls's picture
Update app.py
6390c99 verified
import gradio as gr
title = "chat"
examples = [["Hello how are you ?"]]
interface = gr.Interface.load("models/Tann-dev/sex-chat-dirty-girlfriend")
interface.launch()