MasterDee commited on
Commit
33c7437
1 Parent(s): 26fe2b6

initial commit

Browse files
Files changed (2) hide show
  1. README.md +2 -1
  2. app.py +3 -0
README.md CHANGED
@@ -1,10 +1,11 @@
1
  ---
2
- title: Gradio Lite
3
  emoji: 🖼️
4
  colorFrom: yellow
5
  colorTo: red
6
  sdk: static
7
  pinned: false
 
8
  ---
9
 
10
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: Chat Gph 3 8B Instruct
3
  emoji: 🖼️
4
  colorFrom: yellow
5
  colorTo: red
6
  sdk: static
7
  pinned: false
8
+ license: apache-2.0
9
  ---
10
 
11
  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-8B-Instruct").launch()