Kvikontent commited on
Commit
2f13692
β€’
1 Parent(s): adfb7f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from PIL import Image
5
  import gradio as gr
6
  import os
7
 
8
- API_TOKEN = os.environ["API_KEY"] # replace with your own API Token here
9
  API_URL = "https://api-inference.huggingface.co/models/Kvikontent/kviimager2.0"
10
  HEADERS = {'Authorization': f'Bearer {API_KEY}'}
11
 
 
5
  import gradio as gr
6
  import os
7
 
8
+ API_KEY = os.environ["API_KEY"] # replace with your own API Token here
9
  API_URL = "https://api-inference.huggingface.co/models/Kvikontent/kviimager2.0"
10
  HEADERS = {'Authorization': f'Bearer {API_KEY}'}
11