abirghosh1999 commited on
Commit
d856c63
1 Parent(s): 949e41f

initial commit

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. app.py +3 -0
README.md CHANGED
@@ -8,6 +8,7 @@ pinned: false
8
  app_port: 3000
9
  suggested_hardware: a10g-small
10
  duplicated_from: huggingchat/chat-ui-template
 
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
8
  app_port: 3000
9
  suggested_hardware: a10g-small
10
  duplicated_from: huggingchat/chat-ui-template
11
+ license: mit
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import gradio as gr
2
+
3
+ gr.Interface.load("models/meta-llama/Llama-2-70b-chat-hf").launch()