Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nicorrea23
/
chatbot-example
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nicorrea23
commited on
Aug 11, 2023
Commit
63326f4
·
1 Parent(s):
d61c483
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.Interface.load("models/
meta-llama
/Llama-2-
70b
-chat-hf").launch()
1
import gradio as gr
2
3
+
gr.Interface.load("models/
NousResearch
/Llama-2-
7b
-chat-hf").launch()