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
CAC228
commited on
Mar 6
Commit
5666712
•
1 Parent(s):
eda6c2d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.load("models/abacaj/phi-2-super").launch()
1
import gradio as gr
2
3
+
gr.load("models/abacaj/phi-2-super").launch(
share=True
)