lahiruchamika27 commited on
Commit
68c780e
·
verified ·
1 Parent(s): 8027ad3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
-
4
  HF_Token = os.getenv("HF_Token")
5
  # Initialize the inference client with a publicly available chat model
6
  client = InferenceClient(
 
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
+ import os
4
  HF_Token = os.getenv("HF_Token")
5
  # Initialize the inference client with a publicly available chat model
6
  client = InferenceClient(