ckfrpark commited on
Commit
5272ca4
·
verified ·
1 Parent(s): 40d0b84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  import requests
3
 
4
- # Pexels API 키 설정. 실제 사용시 여러분의 API 키로 교체해주세요.
5
  API_KEY = 'XDDeRl6U3IY8VRzv7YBGRrnGuOwqpOYD2yS9VTAYM7VEfZcr1aWXubZ1'
6
  API_ENDPOINT = 'https://api.pexels.com/v1/search'
7
 
 
1
  import gradio as gr
2
  import requests
3
 
4
+
5
  API_KEY = 'XDDeRl6U3IY8VRzv7YBGRrnGuOwqpOYD2yS9VTAYM7VEfZcr1aWXubZ1'
6
  API_ENDPOINT = 'https://api.pexels.com/v1/search'
7