Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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,
|
| 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 |
"""
|