Raghavan1988 commited on
Commit
9c9e34b
1 Parent(s): bef9993

updated examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ BOT_NAME = "Falcon"
14
 
15
  STOP_SEQUENCES = ["\nUser:", "<|endoftext|>", " User:", "###"]
16
 
17
- EXAMPLES = ['2309.11495', '2306.01116']
18
 
19
  client = InferenceClient(
20
  API_URL,
 
14
 
15
  STOP_SEQUENCES = ["\nUser:", "<|endoftext|>", " User:", "###"]
16
 
17
+ EXAMPLES = [["2309.11495"], ["2306.01116"]]
18
 
19
  client = InferenceClient(
20
  API_URL,