Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
thatgloomyguy
/
abhinand-malayalam-llama-7b-instruct-v0.1
like
0
Sleeping
App
Files
Files
Community
1
abhinand
commited on
Jan 23
Commit
0f3a1f7
•
1 Parent(s):
e27e96e
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/
abhinand/malayalam-llama-7b-instruct-v0.1").launch()
1
import gradio as gr
2
3
+
gr.load("abhinand/malayalam-llama-7b-instruct-v0.1"
, src="models"
).launch()