Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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:
|