Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ from deep_translator import GoogleTranslator
|
|
| 9 |
import json
|
| 10 |
|
| 11 |
|
| 12 |
-
API_URL = "https://huggingface.co/api/models/
|
| 13 |
API_TOKEN = os.getenv("HF_READ_TOKEN")
|
| 14 |
headers = {"Authorization": f"Bearer {API_TOKEN}"}
|
| 15 |
timeout = 1000
|
|
|
|
| 9 |
import json
|
| 10 |
|
| 11 |
|
| 12 |
+
API_URL = "https://huggingface.co/api/models/HiDream-ai/HiDream-I1-Full"
|
| 13 |
API_TOKEN = os.getenv("HF_READ_TOKEN")
|
| 14 |
headers = {"Authorization": f"Bearer {API_TOKEN}"}
|
| 15 |
timeout = 1000
|