ckfrpark commited on
Commit
5272ca4
โ€ข
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