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

Update app.py

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