Spaces:
Runtime error
Runtime error
Add yaml to readme
Browse files- README.md +6 -0
- 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
|