seawolf2357 commited on
Commit
caa1efd
·
verified ·
1 Parent(s): 517f703

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import requests
 
2
 
3
  def fetch_high_quality_images(api_key, query, per_page=80):
4
  url = "https://api.pexels.com/v1/search"
 
1
  import requests
2
+ import gradio
3
 
4
  def fetch_high_quality_images(api_key, query, per_page=80):
5
  url = "https://api.pexels.com/v1/search"