Spestly commited on
Commit
d8c8174
Β·
verified Β·
1 Parent(s): 31958a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -190,7 +190,7 @@ def create_interface():
190
  gr.Markdown("""
191
  # πŸš€ Apollo-1 Model Chat Interface
192
 
193
- Chat with the Nous-1 models by Noema Research.
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="Nous-1-4B",
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
  )