Spaces:
Running
Running
Add model options
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ with gr.Blocks(theme="soft") as demo:
|
|
54 |
image = gr.Image(type="filepath")
|
55 |
with gr.Column():
|
56 |
model_name = gr.Dropdown(
|
57 |
-
["mistralai/Mistral-7B-Instruct-v0.1","OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5", "tiiuae/falcon-7b-instruct", "tiiuae/falcon-7b", "HuggingFaceH4/starchat-beta", "bigscience/bloom", "google/flan-t5-xxl"],
|
58 |
value="mistralai/Mistral-7B-Instruct-v0.1",
|
59 |
label="Choose your model!"
|
60 |
)
|
|
|
54 |
image = gr.Image(type="filepath")
|
55 |
with gr.Column():
|
56 |
model_name = gr.Dropdown(
|
57 |
+
["meta-llama/Llama-3.3-70B-Instruct","mistralai/Mistral-7B-Instruct-v0.1","OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5", "tiiuae/falcon-7b-instruct", "tiiuae/falcon-7b", "HuggingFaceH4/starchat-beta", "bigscience/bloom", "google/flan-t5-xxl"],
|
58 |
value="mistralai/Mistral-7B-Instruct-v0.1",
|
59 |
label="Choose your model!"
|
60 |
)
|