Spaces:
Running on CPU Upgrade

akhaliq HF staff commited on
Commit
c1081fb
·
1 Parent(s): 683e835

update code snippet

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -9,8 +9,10 @@ PROVIDER_SNIPPETS = {
9
  import gradio as gr
10
  import ai_gradio
11
  gr.load(
12
- name='huggingface:meta-llama/Meta-Llama-3-8B-Instruct',
13
  src=ai_gradio.registry,
 
 
14
  ).launch()""",
15
  "OpenRouter Coder": """
16
  import gradio as gr
 
9
  import gradio as gr
10
  import ai_gradio
11
  gr.load(
12
+ name='huggingface:deepseek-ai/DeepSeek-R1',
13
  src=ai_gradio.registry,
14
+ coder=True,
15
+ provider="together"
16
  ).launch()""",
17
  "OpenRouter Coder": """
18
  import gradio as gr