bilgeyucel commited on
Commit
f03924e
·
verified ·
1 Parent(s): e3b148f

Add model options

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )