Spaces:
Runtime error
Runtime error
Sanchit Gandhi
commited on
Commit
·
fe5b5f1
1
Parent(s):
bd2c39e
Update app.py
Browse files
app.py
CHANGED
@@ -35,9 +35,9 @@ Options:
|
|
35 |
API_URL = os.getenv("API_URL")
|
36 |
|
37 |
examples = [
|
38 |
-
|
39 |
['To do a "farduddle" means to jump up and down really fast. An example of a sentence that uses the word farduddle is:',
|
40 |
64, "sampling", True],
|
|
|
41 |
['A poem about the beauty of science by Alfred Edgar Brittle\nTitle: The Magic Craft\nIn the old times', 64,
|
42 |
"sampling", True],
|
43 |
['استخراج العدد العاملي في لغة بايثون:', 64, "greedy", True],
|
|
|
35 |
API_URL = os.getenv("API_URL")
|
36 |
|
37 |
examples = [
|
|
|
38 |
['To do a "farduddle" means to jump up and down really fast. An example of a sentence that uses the word farduddle is:',
|
39 |
64, "sampling", True],
|
40 |
+
['Recipie for a quick coconut pasta:', 64, "sampling", True]
|
41 |
['A poem about the beauty of science by Alfred Edgar Brittle\nTitle: The Magic Craft\nIn the old times', 64,
|
42 |
"sampling", True],
|
43 |
['استخراج العدد العاملي في لغة بايثون:', 64, "greedy", True],
|