Bofandra commited on
Commit
e49d924
·
verified ·
1 Parent(s): 25fc91b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -1,7 +1,5 @@
1
  import gradio as gr
2
  from text_generation import InferenceAPIClient
3
- import os
4
- os.environ["HF_TOKEN"] = "hf_your_token_here"
5
 
6
  # ✅ Choose your model (you can change this to another instruct model)
7
  client = InferenceAPIClient("deepseek-ai/DeepSeek-R1")
 
1
  import gradio as gr
2
  from text_generation import InferenceAPIClient
 
 
3
 
4
  # ✅ Choose your model (you can change this to another instruct model)
5
  client = InferenceAPIClient("deepseek-ai/DeepSeek-R1")