BoghdadyJR commited on
Commit
30465fa
·
verified ·
1 Parent(s): dca17e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline
3
  from typing import List, Tuple
4
 
5
  # Initialize the model
6
- pipe = pipeline("text-generation", model="BoghdadyJR/med")
7
 
8
  # Shortened system prompt
9
  system_prompt="""
 
3
  from typing import List, Tuple
4
 
5
  # Initialize the model
6
+ generator = pipeline("text-generation", model="BoghdadyJR/med")
7
 
8
  # Shortened system prompt
9
  system_prompt="""