Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
omar07ibrahim
/
openchat-openchat-3.5-1210
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
omar07ibrahim
commited on
Jan 3, 2024
Commit
34bf274
·
1 Parent(s):
c753407
initial commit
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import gradio as gr
2
+
3
+
gr.load("models/openchat/openchat-3.5-1210").launch()