hbaieb77 commited on
Commit
8832977
·
1 Parent(s): 5d3c365

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py ADDED
@@ -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