Spaces:
Build error
Build error
Leo Liu commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ def text2story(text):
|
|
| 18 |
f"Output only the body of the story, do not include other content."
|
| 19 |
)
|
| 20 |
|
| 21 |
-
story_text = pipeline("text-generation", model="
|
| 22 |
max_length=100,
|
| 23 |
do_sample=True,
|
| 24 |
top_p=0.95,
|
|
|
|
| 18 |
f"Output only the body of the story, do not include other content."
|
| 19 |
)
|
| 20 |
|
| 21 |
+
story_text = pipeline("text-generation", model="deepseek-ai/DeepSeek-R1-Distill-Qwen-7B",
|
| 22 |
max_length=100,
|
| 23 |
do_sample=True,
|
| 24 |
top_p=0.95,
|