Spaces:
Runtime error
Runtime error
Update run.py
Browse files
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"],
|
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 XXXXX"],
|
12 |
["The smooth Borealis basin in the Northern Hemisphere covers 40%"],
|
13 |
]
|
14 |
|