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
360d526
·
verified
·
1 Parent(s):
419dd5c
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/
Yaya86
/ollama").launch()
1
import gradio as gr
2
3
+
gr.load("https://huggingface.co/spaces/
gingdev
/ollama
-server
").launch()