Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ def load_models():
|
|
30 |
# Story generation model (Qwen3-1.7B)
|
31 |
storyteller = pipeline(
|
32 |
"text-generation",
|
33 |
-
model="Qwen/Qwen3-0.
|
34 |
device_map="auto",
|
35 |
trust_remote_code=True,
|
36 |
torch_dtype="auto",
|
|
|
30 |
# Story generation model (Qwen3-1.7B)
|
31 |
storyteller = pipeline(
|
32 |
"text-generation",
|
33 |
+
model="Qwen/Qwen3-0.6B",
|
34 |
device_map="auto",
|
35 |
trust_remote_code=True,
|
36 |
torch_dtype="auto",
|