Jyotiyadav commited on
Commit
b011ea0
1 Parent(s): 5718100

Update app.py

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