RefalMachine commited on
Commit
d0520f9
·
verified ·
1 Parent(s): e3d87c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -65,6 +65,7 @@ def respond(
65
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
66
  """
67
  options = ["32B (work in progress)", "32B QWQ (experimental, without any additional tuning after LEP!)", "7B (work in progress)", "3B"]
 
68
  demo = gr.ChatInterface(
69
  respond,
70
  additional_inputs=[
 
65
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
66
  """
67
  options = ["32B (work in progress)", "32B QWQ (experimental, without any additional tuning after LEP!)", "7B (work in progress)", "3B"]
68
+ options = options[:2]
69
  demo = gr.ChatInterface(
70
  respond,
71
  additional_inputs=[