yasserrmd commited on
Commit
34e6f4e
1 Parent(s): a46abdf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
  # Initialize the Hugging Face Inference Client
5
- client = InferenceClient(api_key="YOUR_HF_TOKEN")
6
 
7
  # Function to stream the compliance suggestions as they are generated
8
  def analyze_compliance_stream(code, compliance_standard):
 
2
  from huggingface_hub import InferenceClient
3
 
4
  # Initialize the Hugging Face Inference Client
5
+ client = InferenceClient()
6
 
7
  # Function to stream the compliance suggestions as they are generated
8
  def analyze_compliance_stream(code, compliance_standard):