bapfalraz commited on
Commit
1d421cd
·
verified ·
1 Parent(s): 9fae967

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from huggingface_hub import login
6
 
7
 
8
  login(token = os.getenv('HF_TOKEN'))
9
- pipe = pipeline("text-generation", model="google/gemma-3-1b-pt", device="cuda", torch_dtype=torch.bfloat16)
10
 
11
  txt = st.text_area("Test this")
12
 
 
6
 
7
 
8
  login(token = os.getenv('HF_TOKEN'))
9
+ pipe = pipeline("text-generation", model="google/gemma-3-1b-pt", torch_dtype=torch.bfloat16)
10
 
11
  txt = st.text_area("Test this")
12