Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -445,7 +445,7 @@ def main():
|
|
| 445 |
mode = gr.Radio(
|
| 446 |
choices=["Text2Video", "Image2Video"],
|
| 447 |
value="Text2Video",
|
| 448 |
-
label="
|
| 449 |
info="使用シナリオを選択してください",
|
| 450 |
)
|
| 451 |
prompt_text = gr.Textbox(
|
|
|
|
| 445 |
mode = gr.Radio(
|
| 446 |
choices=["Text2Video", "Image2Video"],
|
| 447 |
value="Text2Video",
|
| 448 |
+
label="使用法",
|
| 449 |
info="使用シナリオを選択してください",
|
| 450 |
)
|
| 451 |
prompt_text = gr.Textbox(
|