Begave1995 commited on
Commit
30e7834
Β·
verified Β·
1 Parent(s): 9063cde

initial commit

Browse files
Files changed (2) hide show
  1. README.md +2 -1
  2. app.py +3 -0
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Chat Ui Template
3
  emoji: πŸš€
4
  colorFrom: indigo
5
  colorTo: blue
@@ -7,6 +7,7 @@ sdk: docker
7
  pinned: false
8
  app_port: 3000
9
  suggested_hardware: a10g-small
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: Deepseek Ai DeepSeek R1 Distill Llama 70B TEST1
3
  emoji: πŸš€
4
  colorFrom: indigo
5
  colorTo: blue
 
7
  pinned: false
8
  app_port: 3000
9
  suggested_hardware: a10g-small
10
+ license: mit
11
  ---
12
 
13
  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/deepseek-ai/DeepSeek-R1-Distill-Llama-70B").launch()