abhattac commited on
Commit
9b1724f
·
1 Parent(s): 8287157

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,2 +1,3 @@
1
  import gradio as gr
 
2
  gr.load("models/togethercomputer/GPT-NeoXT-Chat-Base-20B").launch()
 
1
  import gradio as gr
2
+ os.environ["CURL_CA_BUNDLE"]=""
3
  gr.load("models/togethercomputer/GPT-NeoXT-Chat-Base-20B").launch()