Jyotiyadav commited on
Commit
7b7e5ee
·
verified ·
1 Parent(s): 1f6b8ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ model_options = ["DataIntelligenceTeam/NER-Phi-3-mini-4k-instruct"]
110
  #,"DataIntelligenceTeam/NER-gemma-7b-bnb-4bit","DataIntelligenceTeam/llama-3-8b-Instruct-bnb-4bit","DataIntelligenceTeam/mistral-7b-instruct-v0.2-bnb-4bit"]
111
  inputs = [
112
  gr.inputs.Textbox(label="Input Text"),
113
- gr.inputs.Dropdown(label="Model", choices=model_options, default=model_options[1])
114
  ]
115
 
116
  outputs = [
 
110
  #,"DataIntelligenceTeam/NER-gemma-7b-bnb-4bit","DataIntelligenceTeam/llama-3-8b-Instruct-bnb-4bit","DataIntelligenceTeam/mistral-7b-instruct-v0.2-bnb-4bit"]
111
  inputs = [
112
  gr.inputs.Textbox(label="Input Text"),
113
+ gr.inputs.Dropdown(label="Model", choices=model_options, default=model_options[0])
114
  ]
115
 
116
  outputs = [