Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
CAC228
/
abacaj-phi-2-super
like
2
Sleeping
App
Files
Files
Community
5666712
abacaj-phi-2-super
/
app.py
CAC228
Update app.py
5666712
verified
8 months ago
raw
Copy download link
history
blame
Safe
76 Bytes
import
gradio
as
gr
gr.load(
"models/abacaj/phi-2-super"
).launch(share=
True
)