Jangai commited on
Commit
d71b895
·
verified ·
1 Parent(s): 6f36f8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ SD_API_URL = "https://api-inference.huggingface.co/models/stabilityai/stable-dif
16
 
17
 
18
  def query_zephyr(linkedin_text):
19
- prompt = "Prepare a prompt for Stable Diffusion for the following LinkedIn post:"
20
 
21
  # Attempting a simplified, possibly more correct structure
22
  # Adjust this according to the actual requirements of the Zephyr model
 
16
 
17
 
18
  def query_zephyr(linkedin_text):
19
+ prompt = ""
20
 
21
  # Attempting a simplified, possibly more correct structure
22
  # Adjust this according to the actual requirements of the Zephyr model