vcollos commited on
Commit
2652e6e
·
verified ·
1 Parent(s): 4039822

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -295,7 +295,7 @@ class calculateDuration:
295
 
296
  def update_selection(evt: gr.SelectData, width, height):
297
  selected_lora = loras[evt.index]
298
- new_placeholder = f"Digite o prompt para {selected_lora['title'] de preferência em inglês.}"
299
  lora_repo = selected_lora["repo"]
300
  updated_text = f"### Selecionado: [{lora_repo}](https://huggingface.co/{lora_repo}) ✅"
301
  if "aspect" in selected_lora:
 
295
 
296
  def update_selection(evt: gr.SelectData, width, height):
297
  selected_lora = loras[evt.index]
298
+ new_placeholder = f"Digite o prompt para {selected_lora['title']}, de preferência em inglês."
299
  lora_repo = selected_lora["repo"]
300
  updated_text = f"### Selecionado: [{lora_repo}](https://huggingface.co/{lora_repo}) ✅"
301
  if "aspect" in selected_lora: