1234ty commited on
Commit
d1d13ad
·
verified ·
1 Parent(s): 694ca36

Rename index.html to ty.py

Browse files
Files changed (1) hide show
  1. index.html → ty.py +1 -1
index.html → ty.py RENAMED
@@ -2,7 +2,7 @@
2
  import requests
3
  import gradio as gr
4
 
5
- API_TOKEN = "hf_xxxYOURTOKENxxx" # <-- ใส่ของคุณ
6
  API_URL = "https://api-inference.huggingface.co/models/cerspense/zeroscope_v2_576w"
7
  headers = {"Authorization": f"Bearer {API_TOKEN}"}
8
 
 
2
  import requests
3
  import gradio as gr
4
 
5
+ API_TOKEN = "hf_sgvBfNhObQsFRuKBzBRRbawzrhJBNmZVh" # <-- ใส่ของคุณ
6
  API_URL = "https://api-inference.huggingface.co/models/cerspense/zeroscope_v2_576w"
7
  headers = {"Authorization": f"Bearer {API_TOKEN}"}
8