Spaces:
Runtime error
Runtime error
Jyotiyadav
commited on
Commit
•
973d924
1
Parent(s):
b011ea0
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,8 @@ examples = [
|
|
106 |
|
107 |
|
108 |
|
109 |
-
model_options = ["sxandie/llama_3_8b_4bitQ","DataIntelligenceTeam/NER-Phi-3-mini-4k-instruct"
|
|
|
110 |
inputs = [
|
111 |
gr.inputs.Textbox(label="Input Text"),
|
112 |
gr.inputs.Dropdown(label="Model", choices=model_options, default=model_options[1])
|
|
|
106 |
|
107 |
|
108 |
|
109 |
+
model_options = ["sxandie/llama_3_8b_4bitQ","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])
|