vkthakur88 commited on
Commit
297030c
·
verified ·
1 Parent(s): 9240a93

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
  import huggingface_hub as hf_hub
3
- import os
4
 
5
  hf_client = hf_hub.InferenceClient(token = os.environ['HF_TOKEN'])
6
  hf_client.headers["x-use-cache"] = "0"
 
1
  import gradio as gr
2
  import huggingface_hub as hf_hub
3
+ import os
4
 
5
  hf_client = hf_hub.InferenceClient(token = os.environ['HF_TOKEN'])
6
  hf_client.headers["x-use-cache"] = "0"