Nymbo commited on
Commit
501dcf9
1 Parent(s): 738cffc

adding credits

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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}"}