Rahul-8799 commited on
Commit
99b7abf
·
verified ·
1 Parent(s): b14b9f9

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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 = "google/gemma-2b-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.
 
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.