lgaleana commited on
Commit
6f1977e
1 Parent(s): 55d5517

Add yaml to readme

Browse files
Files changed (2) hide show
  1. README.md +6 -0
  2. requirements.txt +1 -0
README.md CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  # Ads generation tool
2
  Give an URL, generate headlines and images for ads.
3
 
 
1
+ ---
2
+ title: {{Toolkit: Ads generation}}
3
+ app_file: gradio_app.py
4
+ pinned: false
5
+ ---
6
+
7
  # Ads generation tool
8
  Give an URL, generate headlines and images for ads.
9
 
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  beautifulsoup4
 
2
  gradio
3
  openai
4
  pillow
 
1
  beautifulsoup4
2
+ google-cloud-vision
3
  gradio
4
  openai
5
  pillow