Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
shyamzzp
/
microsoft-phi-2-1
like
0
Running
App
Files
Files
Community
shyamzzp
commited on
Jan 30
Commit
2de83d0
•
1 Parent(s):
b5bf945
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/microsoft/phi-2").launch()