bilgeyucel commited on
Commit
8520592
1 Parent(s): 6cd4cbd

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(["mistralai/Mistral-7B-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"], value="mistralai/Mistral-7B-v0.1", 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(["mistralai/Mistral-7B-Instruct-v0.2","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="mistralai/Mistral-7B-Instruct-v0.2", 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)