prithivMLmods commited on
Commit
5d9ede6
·
verified ·
1 Parent(s): 9e30256

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -157,14 +157,14 @@ def main():
157
  converter.setup_repository()
158
 
159
  input_model_id = st.text_input(
160
- "Enter the Hugging Face model ID to convert. Example: `EleutherAI/pythia-14m`"
161
  )
162
 
163
  if not input_model_id:
164
  return
165
 
166
  st.text_input(
167
- f"Optional: Your Hugging Face write token. Fill it if you want to upload the model under your account.",
168
  type="password",
169
  key="user_hf_token",
170
  )
 
157
  converter.setup_repository()
158
 
159
  input_model_id = st.text_input(
160
+ "Enter the Hugging Face model ID to convert. Example: `prithivMLmods/FastThink-0.5B-Tiny`"
161
  )
162
 
163
  if not input_model_id:
164
  return
165
 
166
  st.text_input(
167
+ f"[ 🐍 mandatory ]: Your Hugging Face write token. Fill it if you want to upload the model under your account. `[model_name]/onnx/..`",
168
  type="password",
169
  key="user_hf_token",
170
  )