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