Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
thunder-007/h2oai-h2o-danube2-1.8b-chat
sanaweb
/
h2oai-chat-1
like
0
Runtime error
App
Files
Files
Community
sanaweb
commited on
Apr 12, 2024
Commit
99ab9fd
·
verified
·
1 Parent(s):
b39f261
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,2 +1,3 @@
1
import gradio as gr
2
-
gr.load("models/h2oai/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3").launch()
1
import gradio as gr
2
+
3
+
gr.load("models/h2oai/h2o-danube2-1.8b-chat").launch()