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