Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -186,7 +186,7 @@ def page4():
|
|
186 |
"additionalProperties": False
|
187 |
}
|
188 |
prompt_to_get_details = (f"You are provided with a brief of a Fashion Shoot : "
|
189 |
-
f"{st.session_state[
|
190 |
f"have two keys ```Model``` and ```Background```. Provide all detail's"
|
191 |
f"present about model and background in the brief provided by you. Just provide a "
|
192 |
f"natural langauge description. I will use it as description of model and "
|
|
|
186 |
"additionalProperties": False
|
187 |
}
|
188 |
prompt_to_get_details = (f"You are provided with a brief of a Fashion Shoot : "
|
189 |
+
f"{st.session_state["json_descriptions"]}.\n Now provide me a JSON which will"
|
190 |
f"have two keys ```Model``` and ```Background```. Provide all detail's"
|
191 |
f"present about model and background in the brief provided by you. Just provide a "
|
192 |
f"natural langauge description. I will use it as description of model and "
|