Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zalls
/
test
like
0
Runtime error
App
Files
Files
Community
main
test
/
app.py
zalls
Update app.py
6390c99
verified
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
170 Bytes
import
gradio
as
gr
title =
"chat"
examples = [[
"Hello how are you ?"
]]
interface = gr.Interface.load(
"models/Tann-dev/sex-chat-dirty-girlfriend"
)
interface.launch()