Spaces:
Running
Running
Nifemi Alpine Durin
commited on
Commit
·
8d3409d
1
Parent(s):
42e93b3
fix
Browse files
README.md
CHANGED
@@ -14,3 +14,4 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
|
|
14 |
|
15 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/644252f59a5bbb07ab7a987a/f4xH6ZNx1rVbKzr8jAHmt.png)
|
16 |
|
|
|
|
14 |
|
15 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/644252f59a5bbb07ab7a987a/f4xH6ZNx1rVbKzr8jAHmt.png)
|
16 |
|
17 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/644252f59a5bbb07ab7a987a/A9BoWW2ulZycv0OQaihKO.png)
|
app.py
CHANGED
@@ -71,7 +71,7 @@ def generate_image(brand_name, primary_color, secondary_color, description, targ
|
|
71 |
|
72 |
content_html = """
|
73 |
<div style="text-align: center; margin-top: 30px;">
|
74 |
-
<h2>
|
75 |
<div style="display: flex; justify-content: space-around; align-items: center;">
|
76 |
<!-- Displaying one video -->
|
77 |
<video controls width="30%">
|
@@ -80,7 +80,7 @@ content_html = """
|
|
80 |
</video>
|
81 |
<!-- Displaying two images -->
|
82 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/644252f59a5bbb07ab7a987a/f4xH6ZNx1rVbKzr8jAHmt.png" alt="Image Description 1" style="width: 30%; margin: 0 10px;">
|
83 |
-
<img src="https://cdn-uploads.huggingface.co/production/uploads/644252f59a5bbb07ab7a987a/
|
84 |
</div>
|
85 |
</div>
|
86 |
|
|
|
71 |
|
72 |
content_html = """
|
73 |
<div style="text-align: center; margin-top: 30px;">
|
74 |
+
<h2>Slidegen Examples</h2>
|
75 |
<div style="display: flex; justify-content: space-around; align-items: center;">
|
76 |
<!-- Displaying one video -->
|
77 |
<video controls width="30%">
|
|
|
80 |
</video>
|
81 |
<!-- Displaying two images -->
|
82 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/644252f59a5bbb07ab7a987a/f4xH6ZNx1rVbKzr8jAHmt.png" alt="Image Description 1" style="width: 30%; margin: 0 10px;">
|
83 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/644252f59a5bbb07ab7a987a/A9BoWW2ulZycv0OQaihKO.png" alt="Image Description 2" style="width: 30%; margin: 0 10px;">
|
84 |
</div>
|
85 |
</div>
|
86 |
|