giustinod commited on
Commit
3c4fb0a
·
verified ·
1 Parent(s): 6411139

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,10 +1,11 @@
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
 
 
4
  """
5
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
6
  """
7
- import os
8
 
9
  hf_token = os.getenv("hf_token")
10
  model_id = "azservice/TestLogica-Llama-3.2-3B-Instruct"
 
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
+ import os
5
+
6
  """
7
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
8
  """
 
9
 
10
  hf_token = os.getenv("hf_token")
11
  model_id = "azservice/TestLogica-Llama-3.2-3B-Instruct"