HarshBhanushali7705 commited on
Commit
8e43ca2
·
verified ·
1 Parent(s): b70b594

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@
6
  import gradio as gr
7
 
8
  # Use your Hugging Face token
9
- api_key = ""
10
 
11
  # Pass the API key to authenticate
12
  interface = gr.load("models/Qwen/QwQ-32B-Preview", api_key=api_key)
 
6
  import gradio as gr
7
 
8
  # Use your Hugging Face token
9
+ api_key = "first_llm"
10
 
11
  # Pass the API key to authenticate
12
  interface = gr.load("models/Qwen/QwQ-32B-Preview", api_key=api_key)