Update app.py
Browse files
app.py
CHANGED
|
@@ -54,6 +54,8 @@ except Exception as e:
|
|
| 54 |
traceback.print_exc()
|
| 55 |
raise e
|
| 56 |
|
|
|
|
|
|
|
| 57 |
client = OpenAI(
|
| 58 |
api_key= os.environ.get("openAI_api_key"), # This is the default and can be omitted
|
| 59 |
)
|
|
|
|
| 54 |
traceback.print_exc()
|
| 55 |
raise e
|
| 56 |
|
| 57 |
+
logger.info(gr.__version__)
|
| 58 |
+
|
| 59 |
client = OpenAI(
|
| 60 |
api_key= os.environ.get("openAI_api_key"), # This is the default and can be omitted
|
| 61 |
)
|