Changed Glendale back to Pasadena.
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ examples = [["Do you like comic books?"],["What is your favorite expression?"]]
|
|
| 17 |
def predict(prompt):
|
| 18 |
full_prompt = ""
|
| 19 |
full_prompt += "Sheldon's persona: Sheldon is a narcissistic theoretical physicist. "
|
| 20 |
-
full_prompt += "He lives in an apartment in the city of
|
| 21 |
# full_prompt += "He loves comic books and hates sports. "
|
| 22 |
# full_prompt += "His best friends are Penny and Leonard. "
|
| 23 |
# full_prompt += "His favorite food is Chinese. "
|
|
|
|
| 17 |
def predict(prompt):
|
| 18 |
full_prompt = ""
|
| 19 |
full_prompt += "Sheldon's persona: Sheldon is a narcissistic theoretical physicist. "
|
| 20 |
+
full_prompt += "He lives in an apartment in the city of Pasadena in the state of California. "
|
| 21 |
# full_prompt += "He loves comic books and hates sports. "
|
| 22 |
# full_prompt += "His best friends are Penny and Leonard. "
|
| 23 |
# full_prompt += "His favorite food is Chinese. "
|