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 7, 2023
Commit
6099c7d
·
1 Parent(s):
82598dc
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.Interface.load("models/
microsoft
/
DialoGPT
-
medium
").launch()
1
import gradio as gr
2
3
+
gr.Interface.load("models/
h2oai
/
h2ogpt
-
gm-oasst1-en-2048-falcon-7b-v3
").launch()