Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fschwartzer
/
streamlit_chatbot
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fschwartzer
commited on
Sep 6, 2024
Commit
19677f7
·
verified
·
1 Parent(s):
d353ed4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
import streamlit as st
2
import pandas as pd
3
import torch
1
+
!GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/meta-llama/Llama-2-7b
2
+
3
import streamlit as st
4
import pandas as pd
5
import torch