rodrigomasini commited on
Commit
46b4328
·
1 Parent(s): d44fc0f

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -0
utils.py CHANGED
@@ -6,6 +6,7 @@ from langchain.schema import (
6
  SystemMessage
7
  )
8
  import os
 
9
 
10
  OPENAI_API_KEY=os.getenv('OPENAI_API_KEY')
11
 
 
6
  SystemMessage
7
  )
8
  import os
9
+ import gradio as gr
10
 
11
  OPENAI_API_KEY=os.getenv('OPENAI_API_KEY')
12