Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Deterrer
/
codys12-MergeLlama-7b-3
like
0
Sleeping
App
Files
Files
Community
Deterrer
commited on
Jan 16
Commit
7b45272
•
1 Parent(s):
181f2c8
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/codys12/MergeLlama-7b").launch()
1
import gradio as gr
2
3
+
gr.load("models/codys12/MergeLlama-7b").launch(
8888
)