ANASAKHTAR commited on
Commit
4d409f3
·
verified ·
1 Parent(s): 056c018

Update ai_generator.py

Browse files
Files changed (1) hide show
  1. ai_generator.py +1 -1
ai_generator.py CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline
3
 
4
  # Load the Hugging Face pipeline for text generation
5
 
6
- pipe = pipeline("text-generation", model="Qwen/Qwen2.5-1.5B-Instruct")
7
 
8
 
9
 
 
3
 
4
  # Load the Hugging Face pipeline for text generation
5
 
6
+ generator = pipeline("text-generation", model="Qwen/Qwen2.5-1.5B-Instruct")
7
 
8
 
9