mohamedashraf11 commited on
Commit
e2fe99d
Β·
verified Β·
1 Parent(s): b2718af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -11,7 +11,6 @@ import gradio as gr
11
  from huggingface_hub import InferenceClient
12
 
13
  # Ensure you have set your Hugging Face API token here or as an environment variable
14
- HUGGINGFACEHUB_API_TOKEN = "your_huggingface_api_token" # Replace with your actual Hugging Face token
15
 
16
  # Initialize the Hugging Face Inference Client
17
  client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
 
11
  from huggingface_hub import InferenceClient
12
 
13
  # Ensure you have set your Hugging Face API token here or as an environment variable
 
14
 
15
  # Initialize the Hugging Face Inference Client
16
  client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")