Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -666,7 +666,7 @@ class PromptBox(gr.HTML):
|
|
| 666 |
"""
|
| 667 |
Prompt textarea with an internal footer slot (.ds-footer) where we can inject dropdowns.
|
| 668 |
"""
|
| 669 |
-
def __init__(self, value="", placeholder="
|
| 670 |
uid = uuid.uuid4().hex[:8]
|
| 671 |
|
| 672 |
html_template = f"""
|
|
|
|
| 666 |
"""
|
| 667 |
Prompt textarea with an internal footer slot (.ds-footer) where we can inject dropdowns.
|
| 668 |
"""
|
| 669 |
+
def __init__(self, value="", placeholder="دستور ساخت ویدیو را اینجا بنویسید...", **kwargs):
|
| 670 |
uid = uuid.uuid4().hex[:8]
|
| 671 |
|
| 672 |
html_template = f"""
|