Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
noahabebe
/
meta-llama-CodeLlama-7b-Instruct-hf
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
noahabebe
commited on
May 28, 2024
Commit
c6c4910
·
verified
·
1 Parent(s):
360d526
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("https://huggingface.co/spaces/gingdev/ollama-server").launch()
1
import gradio as gr
2
3
+
gr.load("https://huggingface.co/spaces/gingdev/ollama-server"
, src="spaces"
).launch()