pazukdev commited on
Commit
90cdaf0
·
verified ·
1 Parent(s): 140484a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -132,5 +132,4 @@ Language Model currently under the hood: {model}
132
  '''.format(pre_configured_promt=pre_configured_promt, model=model)
133
 
134
  examples = [pre_configured_promt]
135
- additional_inputs = [gr.Dropdown(value=["gpt-3-turbo", "gpt-4"], label="Model")]
136
  gr.ChatInterface(predict, examples=[examples], description=description).launch()
 
132
  '''.format(pre_configured_promt=pre_configured_promt, model=model)
133
 
134
  examples = [pre_configured_promt]
 
135
  gr.ChatInterface(predict, examples=[examples], description=description).launch()