Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mkhug98
/
openaccess-ai-collective-phi2-alpaca
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mkhug98
commited on
May 3, 2024
Commit
6b1159b
·
verified
·
1 Parent(s):
eef1466
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
import gradio as gr
2
3
-
gr.load("models/openaccess-ai-collective/phi2-alpaca").launch()
1
import gradio as gr
2
3
+
gr.load("models/openaccess-ai-collective/phi2-alpaca").launch()
4
+
trust_remote_code=True