prithivMLmods commited on
Commit
6e6b61b
·
verified ·
1 Parent(s): 5d9ede6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ def main():
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:
 
157
  converter.setup_repository()
158
 
159
  input_model_id = st.text_input(
160
+ "Enter the Hugging Face model ID to convert, onnx write to repo. Example: `prithivMLmods/FastThink-0.5B-Tiny`"
161
  )
162
 
163
  if not input_model_id: