Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
@@ -34,10 +34,13 @@ prompt3 = """Q: A juggler can juggle 16 balls. Half of the balls are golf balls,
|
|
34 |
A: Let’s think step by step.
|
35 |
"""
|
36 |
#Complete below sentence in fun way.
|
37 |
-
prompt = """Distracted from hubble
|
38 |
-
|
39 |
-
Distracted from
|
40 |
-
|
|
|
|
|
|
|
41 |
"""
|
42 |
|
43 |
def write_on_image(final_solution):
|
|
|
34 |
A: Let’s think step by step.
|
35 |
"""
|
36 |
#Complete below sentence in fun way.
|
37 |
+
prompt = """Distracted from: hubble
|
38 |
+
by: james webb
|
39 |
+
Distracted from: homework
|
40 |
+
by: side project
|
41 |
+
Distracted from: goals
|
42 |
+
by: new goals
|
43 |
+
Distracted from:
|
44 |
"""
|
45 |
|
46 |
def write_on_image(final_solution):
|