Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ class Story(Document):
|
|
53 |
|
54 |
# Utility function for prompts
|
55 |
def make_prompt(entry):
|
56 |
-
return f"### Human: Don't repeat the assesments, {entry} ### Assistant:"
|
57 |
# f"TELL A STORY, RELATE TO COMPUTER SCIENCE, INCLUDE ASSESMENTS. MAKE IT REALISTIC AND AROUND 800 WORDS: {entry}"
|
58 |
|
59 |
# Gradio Function
|
|
|
53 |
|
54 |
# Utility function for prompts
|
55 |
def make_prompt(entry):
|
56 |
+
return f"### Human: Don't repeat the assesments, limit to 500 words {entry} ### Assistant:"
|
57 |
# f"TELL A STORY, RELATE TO COMPUTER SCIENCE, INCLUDE ASSESMENTS. MAKE IT REALISTIC AND AROUND 800 WORDS: {entry}"
|
58 |
|
59 |
# Gradio Function
|