Yesyyehejaivd commited on
Commit
862bca8
β€’
1 Parent(s): 8e60d0e

initial commit

Browse files
Files changed (2) hide show
  1. README.md +3 -2
  2. app.py +3 -0
README.md CHANGED
@@ -1,13 +1,14 @@
1
  ---
2
- title: JupyterLab
3
  emoji: πŸ’»πŸ³
4
  colorFrom: gray
5
  colorTo: green
6
  sdk: docker
7
  pinned: false
8
  tags:
9
- - jupyterlab
10
  suggested_storage: small
 
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: Meta Llama Meta Llama 3.1 405B
3
  emoji: πŸ’»πŸ³
4
  colorFrom: gray
5
  colorTo: green
6
  sdk: docker
7
  pinned: false
8
  tags:
9
+ - jupyterlab
10
  suggested_storage: small
11
+ license: openrail
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.load("models/meta-llama/Meta-Llama-3.1-405B").launch()