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