Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hbaieb77
/
test_llm
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hbaieb77
commited on
Jul 30, 2023
Commit
8832977
·
1 Parent(s):
5d3c365
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
2
+
import os
3
+
#os.system('git clone https://github.com/tloen/alpaca-lora.git')
4
+
import streamlit as st
5
+
from streamlit_chat import message as st_message