liyaoshi commited on
Commit
91a6e20
·
verified ·
1 Parent(s): 92c9610

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def ask_image(text,image,api_token=openai_api_key):
58
  response_content = response_data['choices'][0]['message']['content']
59
  usage = response_data['usage']
60
 
61
- response_content = 'test response'
62
 
63
  return response_content
64
 
 
58
  response_content = response_data['choices'][0]['message']['content']
59
  usage = response_data['usage']
60
 
61
+ # response_content = 'test response'
62
 
63
  return response_content
64