Tyler Lastovich commited on
Commit
3e011e6
·
1 Parent(s): 57eebfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -302,12 +302,6 @@ custom_css = '''
302
  iface = gr.Interface(
303
  fn=start,
304
  inputs=[
305
- gr.inputs.Dropdown([
306
- "Davinci Plus Instruct (OpenAI)",
307
- "Davinci Instruct (OpenAI)",
308
- "Davinci (OpenAI)",
309
- "Curie Instruct (OpenAI)",
310
- "GPT-J"], label="Model"),
311
  gr.inputs.Dropdown(["Company", "Person"], label="Entity Type"),
312
  gr.inputs.Textbox(lines=1, label="Subject")
313
  ],
 
302
  iface = gr.Interface(
303
  fn=start,
304
  inputs=[
 
 
 
 
 
 
305
  gr.inputs.Dropdown(["Company", "Person"], label="Entity Type"),
306
  gr.inputs.Textbox(lines=1, label="Subject")
307
  ],