Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
|
@@ -477,7 +477,7 @@
|
|
| 477 |
// <<< تغییر کلیدی در اینجا اعمال شده است >>>
|
| 478 |
let finalPrompt = enhancePrompt(translatedPrompt);
|
| 479 |
|
| 480 |
-
if(loadingStatusText) loadingStatusText.textContent = 'در حال
|
| 481 |
|
| 482 |
const app = await client("Selfit/ImageEditPro");
|
| 483 |
const result = await app.predict("/edit_image_interface", {
|
|
|
|
| 477 |
// <<< تغییر کلیدی در اینجا اعمال شده است >>>
|
| 478 |
let finalPrompt = enhancePrompt(translatedPrompt);
|
| 479 |
|
| 480 |
+
if(loadingStatusText) loadingStatusText.textContent = 'در حال ویرایش تصویر...';
|
| 481 |
|
| 482 |
const app = await client("Selfit/ImageEditPro");
|
| 483 |
const result = await app.predict("/edit_image_interface", {
|