Spaces:
Running
Running
Update app.py
Browse files
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(
|
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):
|