Update app.py
Browse files
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: `
|
161 |
)
|
162 |
|
163 |
if not input_model_id:
|
164 |
return
|
165 |
|
166 |
st.text_input(
|
167 |
-
f"
|
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 |
)
|