Spaces:
Runtime error
Runtime error
:pencil: more instruction to the app.
Browse files
app.py
CHANGED
|
@@ -68,12 +68,15 @@ with gr.Blocks(title_text, css='.logo-mark { fill: #ffe184; }') as demo:
|
|
| 68 |
<p align="center">
|
| 69 |
Test any <=15B LLM from the hub.
|
| 70 |
</p>
|
|
|
|
|
|
|
|
|
|
| 71 |
""")
|
| 72 |
|
| 73 |
# hidden_state = gr.State(value=initial_model)
|
| 74 |
|
| 75 |
model_selector = gr.Dropdown(
|
| 76 |
-
label="Model",
|
| 77 |
choices=build_model_choices(),
|
| 78 |
value=initial_model
|
| 79 |
# value=hidden_state
|
|
|
|
| 68 |
<p align="center">
|
| 69 |
Test any <=15B LLM from the hub.
|
| 70 |
</p>
|
| 71 |
+
<h2 align="center">
|
| 72 |
+
Please select your model from the list 👇 as HF spaces can't see the refering model card.
|
| 73 |
+
</h2>
|
| 74 |
""")
|
| 75 |
|
| 76 |
# hidden_state = gr.State(value=initial_model)
|
| 77 |
|
| 78 |
model_selector = gr.Dropdown(
|
| 79 |
+
label="Select your Model",
|
| 80 |
choices=build_model_choices(),
|
| 81 |
value=initial_model
|
| 82 |
# value=hidden_state
|