gokaygokay commited on
Commit
0d0f39a
1 Parent(s): 0861504

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -485,7 +485,7 @@ def create_interface():
485
  compression_level = gr.Radio(["soft", "medium", "hard"], label="Compression Level", value="hard")
486
  poster = gr.Checkbox(label="Poster", value=False)
487
  custom_base_prompt = gr.Textbox(label="Custom Base Prompt", lines=5)
488
- generate_text_button = gr.Button("Generate Prompt with LLM")
489
  text_output = gr.Textbox(label="Generated Text", lines=10)
490
 
491
  def create_caption(image):
 
485
  compression_level = gr.Radio(["soft", "medium", "hard"], label="Compression Level", value="hard")
486
  poster = gr.Checkbox(label="Poster", value=False)
487
  custom_base_prompt = gr.Textbox(label="Custom Base Prompt", lines=5)
488
+ generate_text_button = gr.Button("Generate Prompt with LLM (Llama 3.1 70B)")
489
  text_output = gr.Textbox(label="Generated Text", lines=10)
490
 
491
  def create_caption(image):