linoyts HF Staff commited on
Commit
4db4904
·
verified ·
1 Parent(s): 6571814

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ Please strictly follow the rewriting rules below:
98
  }
99
  '''
100
  # --- Prompt Enhancement using Hugging Face InferenceClient ---
101
- def polish_prompt_hf(prompt, img):
102
  """
103
  Rewrites the prompt using a Hugging Face InferenceClient.
104
  """
 
98
  }
99
  '''
100
  # --- Prompt Enhancement using Hugging Face InferenceClient ---
101
+ def polish_prompt_hf(prompt, img_list):
102
  """
103
  Rewrites the prompt using a Hugging Face InferenceClient.
104
  """