Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -2
src/streamlit_app.py
CHANGED
@@ -4,8 +4,8 @@ import streamlit as st
|
|
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 |
-
|
9 |
|
10 |
# Define a writable directory for the cache. /tmp is usually writable in Spaces.
|
11 |
cache_directory = "/tmp/hf_cache"
|
|
|
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.
|
11 |
cache_directory = "/tmp/hf_cache"
|