K00B404 commited on
Commit
8cc0d5c
·
verified ·
1 Parent(s): e8b1e31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ API_URL = "https://api-inference.huggingface.co/models/enhanceaiteam/Flux-uncens
9
 
10
  enhancer = InferenceClient(api_key =API_TOKEN)
11
 
12
- for message in client.chat_completion(
13
  model="meta-llama/Llama-3.2-1B-Instruct",
14
  messages=[{"role": "user", "content": "What is the capital of France?"}],
15
  max_tokens=500,
 
9
 
10
  enhancer = InferenceClient(api_key =API_TOKEN)
11
 
12
+ for message in enhancer.chat_completion(
13
  model="meta-llama/Llama-3.2-1B-Instruct",
14
  messages=[{"role": "user", "content": "What is the capital of France?"}],
15
  max_tokens=500,