Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
theodac/princeton-nlp-Sheared-LLaMA-1.3B
Thenujan
/
princeton-nlp-Sheared-LLaMA-1.3B
like
0
Sleeping
App
Files
Files
Community
Thenujan
commited on
Jan 17
Commit
59d92b8
•
1 Parent(s):
b93532b
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/princeton-nlp/Sheared-LLaMA-1.3B").launch()
1
import gradio as gr
2
3
+
gr.load("models/princeton-nlp/Sheared-LLaMA-1.3B").launch(
GRADIO_SERVER_PORT=8080
)