Spaces:
Runtime error
Runtime error
imseldrith
commited on
Commit
•
7aa19fa
1
Parent(s):
af58239
Update templates/index.html
Browse files- templates/index.html +4 -0
templates/index.html
CHANGED
@@ -88,6 +88,10 @@
|
|
88 |
<body>
|
89 |
<div id="container">
|
90 |
<h1>Image and Video Processing</h1>
|
|
|
|
|
|
|
|
|
91 |
<form method="post" enctype="multipart/form-data">
|
92 |
<label for="source">Upload Source Image/Video:</label>
|
93 |
<input type="file" id="source" name="source" onchange="previewImage(this, 'sourcePreview')">
|
|
|
88 |
<body>
|
89 |
<div id="container">
|
90 |
<h1>Image and Video Processing</h1>
|
91 |
+
<div style="background-color: #f2f2f2; border-left: 6px solid #3366cc; padding: 15px;">
|
92 |
+
<p><strong>Note:</strong> This Space is currently unstable.</p>
|
93 |
+
<p>Please use the <a href="https://huggingface.co/spaces/imseldrith/DeepFakeAI" target="_blank" style="color: #3366cc; font-weight: bold; text-decoration: none;">New Version</a> for a more stable experience.</p>
|
94 |
+
</div>
|
95 |
<form method="post" enctype="multipart/form-data">
|
96 |
<label for="source">Upload Source Image/Video:</label>
|
97 |
<input type="file" id="source" name="source" onchange="previewImage(this, 'sourcePreview')">
|