Wootang01 commited on
Commit
9313e85
1 Parent(s): 31d6505

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,8 +4,8 @@ import gradio as gr
4
 
5
  openai.api_key ="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"
6
 
7
- #start_sequence = "\nAI:"
8
- #restart_sequence = "\nHuman: "
9
 
10
  def predict(input, history=[]):
11
 
 
4
 
5
  openai.api_key ="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"
6
 
7
+ start_sequence = "\nAI:"
8
+ restart_sequence = "\nHuman: "
9
 
10
  def predict(input, history=[]):
11