floatingping commited on
Commit
4a7817c
·
1 Parent(s): 4ff4031
Files changed (2) hide show
  1. README.md +1 -5
  2. app.py +2 -2
README.md CHANGED
@@ -1,4 +1,3 @@
1
- ---
2
  title: Huihui Ai DeepSeek R1 Distill Qwen 32B Abliterated
3
  emoji: 👁
4
  colorFrom: purple
@@ -9,7 +8,4 @@ app_file: app.py
9
  pinned: false
10
  hf_oauth: true
11
  hf_oauth_scopes:
12
- - inference-api
13
- ---
14
-
15
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
1
  title: Huihui Ai DeepSeek R1 Distill Qwen 32B Abliterated
2
  emoji: 👁
3
  colorFrom: purple
 
8
  pinned: false
9
  hf_oauth: true
10
  hf_oauth_scopes:
11
+ - inference-api
 
 
 
app.py CHANGED
@@ -3,8 +3,8 @@ import gradio as gr
3
  with gr.Blocks(fill_height=True) as demo:
4
  with gr.Sidebar():
5
  gr.Markdown("# Inference Provider")
6
- gr.Markdown("This Space showcases the huihui-ai/Huihui-Qwen3.5-9B-abliterated model, served by the featherless-ai API. Sign in with your Hugging Face account to use this API.")
7
  button = gr.LoginButton("Sign in")
8
- gr.load("models/huihui-ai/Huihui-Qwen3.5-9B-abliterated", accept_token=button, provider="featherless-ai")
9
 
10
  demo.launch()
 
3
  with gr.Blocks(fill_height=True) as demo:
4
  with gr.Sidebar():
5
  gr.Markdown("# Inference Provider")
6
+ gr.Markdown("This Space showcases the huihui-ai/DeepSeek-R1-Distill-Qwen-32B-abliterated model, served by the featherless-ai API. Sign in with your Hugging Face account to use this API.")
7
  button = gr.LoginButton("Sign in")
8
+ gr.load("models/huihui-ai/DeepSeek-R1-Distill-Qwen-32B-abliterated", accept_token=button, provider="featherless-ai")
9
 
10
  demo.launch()