Update app.py
Browse files
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 = "
|
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
|