daniellefranca96 commited on
Commit
3314a84
·
1 Parent(s): dc552f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ css = """
43
  }
44
  """
45
 
46
- select_llm = gr.Dropdown(choices=llms.keys(), value=llms.keys()[0], max_choices=1)
47
 
48
  chat_interface = gr.ChatInterface(
49
  fn=stream,
 
43
  }
44
  """
45
 
46
+ select_llm = gr.Dropdown(choices=llms.keys(), value='tinnyllama', max_choices=1)
47
 
48
  chat_interface = gr.ChatInterface(
49
  fn=stream,