Spaces:
Runtime error
Runtime error
Jyotiyadav
commited on
Update app.py
Browse files
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[
|
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 = [
|