Serg4451D commited on
Commit
73742c6
·
1 Parent(s): e1da67c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ num_images = st.slider("Number of images to generate", min_value=1, max_value=10
21
 
22
  headers = CaseInsensitiveDict()
23
  headers["Content-Type"] = "application/json"
24
- api_key = "YOUR_API_KEY_HERE"
25
  headers["Authorization"] = f"Bearer {api_key}"
26
 
27
  data = """
 
21
 
22
  headers = CaseInsensitiveDict()
23
  headers["Content-Type"] = "application/json"
24
+ api_key = "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"
25
  headers["Authorization"] = f"Bearer {api_key}"
26
 
27
  data = """