Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abhattac
/
gpt-test-v2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abhattac
commited on
May 16, 2023
Commit
9b1724f
·
1 Parent(s):
8287157
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -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()