Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
NLVeer
/
openchat-openchat_v3.21
like
0
Running
App
Files
Files
Community
NLVeer
commited on
Dec 8, 2023
Commit
1114804
•
1 Parent(s):
10164aa
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_v3.2").launch()