Spaces:
Running
Running
Update utility/script_generator.py
Browse files
utility/script_generator.py
CHANGED
@@ -31,7 +31,7 @@ def generate_script(topic):
|
|
31 |
)
|
32 |
|
33 |
# Initialize the text-generation pipeline
|
34 |
-
pipe = pipeline("text-generation", model="deepseek-ai/DeepSeek-R1-Distill-Qwen-
|
35 |
|
36 |
# Generate the script using the pipeline
|
37 |
response = pipe(
|
|
|
31 |
)
|
32 |
|
33 |
# Initialize the text-generation pipeline
|
34 |
+
pipe = pipeline("text-generation", model="deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B")
|
35 |
|
36 |
# Generate the script using the pipeline
|
37 |
response = pipe(
|