fffiloni commited on
Commit
d221946
โ€ข
1 Parent(s): ebaa2ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ def try_api(message, openai_api_key):
169
 
170
  def call_api(message, openai_api_key):
171
 
172
- instruction = "Convert in less than 200 characters this image caption to a very concise musical description with musical terms, as if you wanted to describe a musical ambiance"
173
 
174
  print("starting open ai")
175
  augmented_prompt = f"{instruction}: '{message}'."
 
169
 
170
  def call_api(message, openai_api_key):
171
 
172
+ instruction = "Convert in less than 200 characters this image caption to a very concise musical description with musical terms, as if you wanted to describe a musical ambiance, stricly in English"
173
 
174
  print("starting open ai")
175
  augmented_prompt = f"{instruction}: '{message}'."