freddyaboulton HF staff commited on
Commit
14458e0
1 Parent(s): 5a8e0c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -15,6 +15,7 @@ In order to run this space, duplicate it and add the following space secrets:
15
  * SERPAPI_API_KEY - create an account at serpapi.com and get an API key
16
  * OPENAI_API_KEY - create an openai account and get an API key
17
  """)
 
18
 
19
  model = ChatOpenAI(temperature=0, streaming=True)
20
 
 
15
  * SERPAPI_API_KEY - create an account at serpapi.com and get an API key
16
  * OPENAI_API_KEY - create an openai account and get an API key
17
  """)
18
+ demo.launch()
19
 
20
  model = ChatOpenAI(temperature=0, streaming=True)
21