Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DylanWolf
/
h2ogpt-api
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DylanWolf
commited on
Oct 8, 2023
Commit
baf18a5
·
1 Parent(s):
e4aec36
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.load("models/
zl111
/
ChatDoctor
").launch()
1
import gradio as gr
2
3
+
gr.load("models/
EleutherAI
/
gpt-j-6b
").launch()