Spaces:
Sleeping
Sleeping
test
Browse files
app.py
CHANGED
@@ -9,4 +9,9 @@ st.write(x, 'squared is', x * x)
|
|
9 |
option = st.selectbox(
|
10 |
'Choose a tokenizer',
|
11 |
['狗', '貓', '鸚鵡', '天竺鼠'])
|
12 |
-
'你的答案:', option
|
|
|
|
|
|
|
|
|
|
|
|
9 |
option = st.selectbox(
|
10 |
'Choose a tokenizer',
|
11 |
['狗', '貓', '鸚鵡', '天竺鼠'])
|
12 |
+
'你的答案:', option
|
13 |
+
|
14 |
+
|
15 |
+
model_name = st.text_input('Model Name', 'deepseek-ai/deepseek-coder-1.3b-instruct')
|
16 |
+
|
17 |
+
'Your choice:', model_name
|