Update app.py
Browse files
app.py
CHANGED
|
@@ -190,7 +190,7 @@ def create_interface():
|
|
| 190 |
gr.Markdown("""
|
| 191 |
# π Apollo-1 Model Chat Interface
|
| 192 |
|
| 193 |
-
Chat with the
|
| 194 |
|
| 195 |
**Available Models:**
|
| 196 |
- Apollo-1-4B (4 billion parameters)
|
|
@@ -201,7 +201,7 @@ def create_interface():
|
|
| 201 |
with gr.Row():
|
| 202 |
model_selector = gr.Dropdown(
|
| 203 |
choices=list(AVAILABLE_MODELS.keys()),
|
| 204 |
-
value="
|
| 205 |
label="Select Model",
|
| 206 |
info="Choose which model to use for generation"
|
| 207 |
)
|
|
|
|
| 190 |
gr.Markdown("""
|
| 191 |
# π Apollo-1 Model Chat Interface
|
| 192 |
|
| 193 |
+
Chat with the Apollo-1 models by Noema Research.
|
| 194 |
|
| 195 |
**Available Models:**
|
| 196 |
- Apollo-1-4B (4 billion parameters)
|
|
|
|
| 201 |
with gr.Row():
|
| 202 |
model_selector = gr.Dropdown(
|
| 203 |
choices=list(AVAILABLE_MODELS.keys()),
|
| 204 |
+
value="Apollo-1-4B",
|
| 205 |
label="Select Model",
|
| 206 |
info="Choose which model to use for generation"
|
| 207 |
)
|