bilgeyucel commited on
Commit
e19e5f9
1 Parent(s): 4484fa0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ with gr.Blocks(theme="soft") as demo:
46
  with gr.Row():
47
  image = gr.Image(type="filepath")
48
  with gr.Column():
49
- model_name = gr.Dropdown(["OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5", "tiiuae/falcon-7b-instruct", "tiiuae/falcon-7b", "HuggingFaceH4/starchat-beta", "bigscience/bloom"], value="OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5", label="Choose your model!")
50
  gr.Examples(["./whale.png", "./rainbow.jpeg", "./selfie.png"], inputs=image, label="Click on any example")
51
  submit_btn = gr.Button("✨ Captionate ✨")
52
  caption = gr.Textbox(label="Caption", show_copy_button=True)
 
46
  with gr.Row():
47
  image = gr.Image(type="filepath")
48
  with gr.Column():
49
+ model_name = gr.Dropdown(["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"], value="OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5", label="Choose your model!")
50
  gr.Examples(["./whale.png", "./rainbow.jpeg", "./selfie.png"], inputs=image, label="Click on any example")
51
  submit_btn = gr.Button("✨ Captionate ✨")
52
  caption = gr.Textbox(label="Caption", show_copy_button=True)