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
200f482
·
1 Parent(s):
cc492d8
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/h2oai/h2ogpt-
gm
-
oasst1
-
en
-
2048
-
falcon-7b-v3
").launch()
1
import gradio as gr
2
3
+
gr.load("models/h2oai/h2ogpt-
4096
-
llama2
-
70b
-
chat
-
4bit
").launch()