Spaces:
Runtime error
Runtime error
jonathanjordan21
commited on
Commit
•
d6615c6
1
Parent(s):
1924444
Update app.py
Browse files
app.py
CHANGED
@@ -46,6 +46,13 @@ def pred(product_name, orientation):
|
|
46 |
|
47 |
|
48 |
with gr.Blocks() as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
dimension = gr.Dropdown(
|
50 |
["Shorts/Reels/TikTok (1080 x 1920)", "Facebook/Youtube Videos (1920 x 1080)", "Square (1080 x 1080)"],
|
51 |
label="Video Dimension", info="Choose dimension"
|
|
|
46 |
|
47 |
|
48 |
with gr.Blocks() as demo:
|
49 |
+
gr.markdown(
|
50 |
+
"""
|
51 |
+
# Ads Generator
|
52 |
+
Create video ads based on your product name using AI
|
53 |
+
Note : the video generation takes about 2-4 minutes
|
54 |
+
"""
|
55 |
+
)
|
56 |
dimension = gr.Dropdown(
|
57 |
["Shorts/Reels/TikTok (1080 x 1920)", "Facebook/Youtube Videos (1920 x 1080)", "Square (1080 x 1080)"],
|
58 |
label="Video Dimension", info="Choose dimension"
|