Spaces:
Runtime error
Runtime error
Update app.py
Browse files(CPU Optimized)
app.py
CHANGED
|
@@ -138,7 +138,7 @@ def demo_page():
|
|
| 138 |
</head>
|
| 139 |
<body>
|
| 140 |
<img class="banner" src="/static/images/banner.jpg" alt="Banner" width="100%">
|
| 141 |
-
<h2>Rectangle Image Demo</h2>
|
| 142 |
<p>Image will be rectangled with color filler where applicable.</p>
|
| 143 |
<h3>Result 1:</h3>
|
| 144 |
<img src="data:image/jpeg;base64,{encoded_img1}" />
|
|
@@ -165,7 +165,7 @@ def application_page():
|
|
| 165 |
</head>
|
| 166 |
<body>
|
| 167 |
<img class="banner" src="/static/images/banner.jpg" alt="Banner" width="100%">
|
| 168 |
-
<h2>Rectangle Image Application</h2>
|
| 169 |
<p>Upload a JPG image to rectangle and fill with color filler. Suitable for youtube shorts, instagram reels and TikTok.</p>
|
| 170 |
<form action="/upload/" enctype="multipart/form-data" method="post">
|
| 171 |
<label for="file">Upload your image:</label>
|
|
|
|
| 138 |
</head>
|
| 139 |
<body>
|
| 140 |
<img class="banner" src="/static/images/banner.jpg" alt="Banner" width="100%">
|
| 141 |
+
<h2>Rectangle Image Demo (CPU Optimized)</h2>
|
| 142 |
<p>Image will be rectangled with color filler where applicable.</p>
|
| 143 |
<h3>Result 1:</h3>
|
| 144 |
<img src="data:image/jpeg;base64,{encoded_img1}" />
|
|
|
|
| 165 |
</head>
|
| 166 |
<body>
|
| 167 |
<img class="banner" src="/static/images/banner.jpg" alt="Banner" width="100%">
|
| 168 |
+
<h2>Rectangle Image Application (CPU Optimized)</h2>
|
| 169 |
<p>Upload a JPG image to rectangle and fill with color filler. Suitable for youtube shorts, instagram reels and TikTok.</p>
|
| 170 |
<form action="/upload/" enctype="multipart/form-data" method="post">
|
| 171 |
<label for="file">Upload your image:</label>
|