qqwjq1981 commited on
Commit
515a3f9
·
verified ·
1 Parent(s): bdc862c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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
  )