aliabd HF staff commited on
Commit
6646004
1 Parent(s): a5975ce

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -8,7 +8,7 @@ def generate(text):
8
  return result[0]["generated_text"]
9
 
10
  examples = [
11
- ["The Moon's orbit around Earth has XXXXX"],
12
  ["The smooth Borealis basin in the Northern Hemisphere covers 40%"],
13
  ]
14
 
 
8
  return result[0]["generated_text"]
9
 
10
  examples = [
11
+ ["The Moon's orbit around Earth has"],
12
  ["The smooth Borealis basin in the Northern Hemisphere covers 40%"],
13
  ]
14