Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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",
|
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 |
|