Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -4,7 +4,7 @@ import streamlit as st
|
|
4 |
import torch
|
5 |
|
6 |
st.title("Tokenizer Test Space")
|
7 |
-
model_id = "
|
8 |
# model_id = "Rahul-8799/project_manager_gemma3" # If the official model works, try yours
|
9 |
|
10 |
# Define a writable directory for the cache. /tmp is usually writable in Spaces.
|
|
|
4 |
import torch
|
5 |
|
6 |
st.title("Tokenizer Test Space")
|
7 |
+
model_id = "unsloth/gemma-3-1b-it" # Test with the official model first
|
8 |
# model_id = "Rahul-8799/project_manager_gemma3" # If the official model works, try yours
|
9 |
|
10 |
# Define a writable directory for the cache. /tmp is usually writable in Spaces.
|