Spaces:
Running
Running
adding credits
Browse files
app.py
CHANGED
@@ -8,6 +8,8 @@ from PIL import Image
|
|
8 |
from deep_translator import GoogleTranslator
|
9 |
import json
|
10 |
|
|
|
|
|
11 |
API_URL = "https://api-inference.huggingface.co/models/openskyml/dalle-3-xl"
|
12 |
API_TOKEN = os.getenv("HF_READ_TOKEN")
|
13 |
headers = {"Authorization": f"Bearer {API_TOKEN}"}
|
|
|
8 |
from deep_translator import GoogleTranslator
|
9 |
import json
|
10 |
|
11 |
+
# Project by Nymbo
|
12 |
+
|
13 |
API_URL = "https://api-inference.huggingface.co/models/openskyml/dalle-3-xl"
|
14 |
API_TOKEN = os.getenv("HF_READ_TOKEN")
|
15 |
headers = {"Authorization": f"Bearer {API_TOKEN}"}
|