Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Debargha-1225
/
Riiid-sheep-duck-llama-2-70b-v1.1
like
0
Sleeping
App
Files
Files
Community
Debargha-1225
commited on
Oct 29, 2023
Commit
73a9485
•
1 Parent(s):
12cfe6f
making public
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.Interface.load("models/Riiid/sheep-duck-llama-2-70b-v1.1").launch()
1
import gradio as gr
2
3
+
gr.Interface.load("models/Riiid/sheep-duck-llama-2-70b-v1.1").launch(
share=True
)