Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
CCCTTT
/
Colossal-LLaMA-2-7b-base
like
1
Runtime error
App
Files
Files
Community
CCCTTT
commited on
Oct 6, 2023
Commit
b917233
•
1 Parent(s):
093e5b0
Create app.py
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.Interface.load("models/hpcai-tech/Colossal-LLaMA-2-7b-base").launch()