zalls commited on
Commit
6390c99
1 Parent(s): ff6c6cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -3,9 +3,7 @@ import gradio as gr
3
  title = "chat"
4
  examples = [["Hello how are you ?"]]
5
 
6
- interface = gr.Interface.load("models/Tann-dev/sex-chat-dirty-girlfriend",
7
- examples=examples
8
- )
9
 
10
  interface.launch()
11
 
 
3
  title = "chat"
4
  examples = [["Hello how are you ?"]]
5
 
6
+ interface = gr.Interface.load("models/Tann-dev/sex-chat-dirty-girlfriend")
 
 
7
 
8
  interface.launch()
9